grab an image from the local usb webcam

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
spectre
Posts: 6
Joined: 2011-07-14T03:31:45-07:00
Authentication code: 8675308

grab an image from the local usb webcam

Post by spectre »

Hello !

Is there a function to grab a snapshot from a local usb pc webcam ?

thanks for the reply

best regards

Spec
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: grab an image from the local usb webcam

Post by el_supremo »

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
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.
Post Reply