<div dir="ltr">This package implements basic webcam support using the CameraPlugin included in the stock VM. It's just a quick port from Squeak, I didn't spend a lot of time on it... but at least it seems to work fine on MacOS. Let me know of any problems.<div><br></div><div>To test it, you can just open a new CameraMorph, for example printing this on a workspace:</div><div>CameraMorph new inspect</div><div><br></div><div>There's a context menu to turn it on/off, set natural/original orientation, change resolution, etc.</div><div><br></div><div>If you close it before turning it off, depending on how you close it it might not stop the camera (because #delete is not always sent, how to know when a morph goes outside the world?). If this happens just run CameraMorph allOff.</div><div><br></div><div>Cheers,</div><div>Luciano</div></div>