Hello !
Is there a function to grab a snapshot from a local usb pc webcam ?
thanks for the reply
best regards
Spec
grab an image from the local usb webcam
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: grab an image from the local usb webcam
I don't think there's any specific MagickWand functions to import a webcam image.
I think the best you could hope for is if the webcam comes with its own API to allow a program to capture images and then your program could use MagickConstituteImage to convert the raw image to a MagickWand.
Pete
I think the best you could hope for is if the webcam comes with its own API to allow a program to capture images and then your program could use MagickConstituteImage to convert the raw image to a MagickWand.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.