[Cuis-dev] Webcam support
Luciano Notarfrancesco
luchiano at gmail.com
Tue Jun 23 06:36:28 PDT 2026
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.
To test it, you can just open a new CameraMorph, for example printing this
on a workspace:
CameraMorph new inspect
There's a context menu to turn it on/off, set natural/original orientation,
change resolution, etc.
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.
Cheers,
Luciano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260623/ced8d33a/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Camera.pck.st
Type: application/octet-stream
Size: 27711 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260623/ced8d33a/attachment-0001.obj>
More information about the Cuis-dev
mailing list