Hi, I'm trying to save images with a webcam.
How does it work?
I used the VideoCapture-Class to connect with my webcam and it works fine and I can see the video stream.
But how can I extract an image of this video stream?
And another question:
VideoCapture imports js.Browser, is it even possible to export the project to Windows?