Login  Register

Re: (no subject)

Posted by philippeback on May 10, 2016; 8:22pm
URL: https://forum.world.st/no-subject-tp4894192p4894239.html

There is a camera plugin in the source tree of the VM.

pharo-vm/platforms/win32/plugins/CameraPlugin

You can copy the dll in the Pharo directory and load the dll with:

NativeBoost forCurrentPlatform loadModule: 'CameraPlugin.dll'

Anyone having the FFI calls?

Maybe Phratch has it built in.

Phil