Re: (no subject)
Posted by
Ben Coman on
May 10, 2016; 4:17pm
URL: https://forum.world.st/no-subject-tp4894192p4894219.html
On Tue, May 10, 2016 at 8:52 PM, Franklin Mike
<
[hidden email]> wrote:
> Hi !
>
> I'm new on pharo and I realy like its vision. To learn more about the system
> I decide to write a package that handle Webcam. The package should be able
> to :
>
> - start webcam
> - take photo
> - record a video.
>
> The wonderfull thing is that I don't know where to start, Every advice is
> welcome.
I guess you will need to interface to some library, so for Pharo 5
have a play with its new UFFI interface.
A quick google around shows opencv to be a common base for FFI...
http://opencvlover.blogspot.com.au/2011/07/accesing-camera-using-opencv.htmlbut I also found this...
http://itseez.com/tags/openvx/Note that NativeBoost was an FFI implementation for Pharo 4.
cheers -ben