Embedded Artificial Vision System

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Monox18
Posts: 118
Joined: Tue Nov 25, 2014 9:48 pm
Location: Deggendorf, Germany

Embedded Artificial Vision System

Post by Monox18 » Thu Aug 04, 2016 11:17 pm

Hello Forum,

I have previously built an Artificial Visual System on MATLAB using my phone (Samsung S3 Galaxy) as an IP Camera through IPCAM app for android. It was a very successful project and you can check it out here. https://www.youtube.com/watch?v=0PphF2m-H0c

Now, the reason I'm here, I need to create an embedded version of this same project. So I'm checking options. One of them is Raspberry Pi + LiveCode. I'm thinking of buying the Rapsberry Pi Camera + Rapsberry Pi and programming all of this Via LiveCode, getting rid off Matlab, my pc and my smartphone. Do you think is it a good idea to use LiveCode to program all of this? or should I do it straight in the Raspberry enviroment? (I have never touched Raspberry Pi, I'm more familiar with Arduino but I was forbidden to use Arduino for some reason).
Monox
Developing a Cyber Physical System.
https://www.monoxware.com/

steveuba
Posts: 14
Joined: Sat Mar 22, 2014 5:10 pm
Location: Alberta
Contact:

Re: Embedded Artificial Vision System

Post by steveuba » Sat Aug 06, 2016 11:21 pm

Hello Monox18,

I am currently in the process of wrapping a Machine Learning API in LiveCode and have gotten it to work for my use case. I must also note and congratulate you for the work you've done with MatLab and your phone.

Now to address your question of using LiveCode to achieve your project? It is very much possible and can be done, as long as you have the patience to work at it, as this does not exist in LiveCode yet.

Having worked with raspberry Pi, and understanding the current LiveCode rPi version does not work on raspberry pi 3 (no matter what we have tried), I will warn you to tread with caution in the pi device you are thinking of using for your project and understand the LiveCode rPi is finicky. Am also curious as to how you intend to achieve "Classification analysis" in your potential LiveCode app? meaning are you going to be creating the Artificial Algorithm entirely in LiveCode? or are you going to be relying on making 3rd party service calls to process/analyze the data your camera captures before presenting that in your LiveCode app?

Let me know if you'd like to collaborate on this project and lets see what we can come up with (that is if you are interested).

Thanks,

Stephen
EzekTec Inc.
Custom IT solutions that won't require you to break the bank.......
http://www.ezektec.com/

Monox18
Posts: 118
Joined: Tue Nov 25, 2014 9:48 pm
Location: Deggendorf, Germany

Re: Embedded Artificial Vision System

Post by Monox18 » Tue Aug 09, 2016 11:43 pm

Hello steveuba,

Tnx for the congratulations :) !
steveuba wrote: Now to address your question of using LiveCode to achieve your project? It is very much possible and can be done, as long as you have the patience to work at it, as this does not exist in LiveCode yet.
Well unfortunately I don't have the patience to work at it so I will look forward to something else.

The "Classification analysis" is easier than what it seems, it is just numbers, matrices and logical conditions. The image manipulation and filtering is the hard part and this is why Matlab is useful, it has a build in library for image processing. I want to avoid using a 3rd party webservice and try to do the whole in the raspberry Pi (or any other embedded system), the only hard part would be "translating" those built in commands from Matlab to RPI language.

and about your project, I can't collaborate you right now, this one is my priority, thank you though.
Monox
Developing a Cyber Physical System.
https://www.monoxware.com/

Post Reply

Return to “Raspberry Pi”