Page 1 of 1

Grab image from Webcam

Posted: Sat Dec 02, 2023 11:02 pm
by matalog
Is there a library to grab an image from webcam?

I'm trying to send image data to a retro computer and can already transfer converted-modern-image-data, if I can get the webcam to image software, I could possibly send it to the old computer :-).

Re: Grab image from Webcam

Posted: Sun Dec 03, 2023 11:56 am
by infratec
Have you already searched here in the forum :?:

I don't think so.

There is escapi or openvc.

First read here:
https://www.purebasic.fr/english/viewtopic.php?t=69059

Re: Grab image from Webcam

Posted: Mon Dec 04, 2023 9:33 pm
by matalog
infratec wrote: Sun Dec 03, 2023 11:56 am Have you already searched here in the forum :?:

I don't think so.

There is escapi or openvc.

First read here:
https://www.purebasic.fr/english/viewtopic.php?t=69059
I got that to work, thanks for the tip.