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