May 10, 2016
8:55 p.m.
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