Control webcam from C#
Posted
by Moulde
on Stack Overflow
See other posts from Stack Overflow
or by Moulde
Published on 2010-04-20T15:07:17Z
Indexed on
2010/04/20
15:13 UTC
Read the original article
Hit count: 243
Hi
I have a Creative Life CAM Optia AF webcam, the software included in the package is able to control the camera in different ways, like set autofocus to auto or manual, and a bunch of gamma and brightness settings.
I'm capturing the feed with the AForge Computer vision library, and it's working great. But i would like to be able to set the manual focus from inside my application.
Ive been searching for a tutorial, but come up empty handed. Can i somehow either disassemble the included software, or is there some way to fetch the traffic / instructions being sent to the device?
Thanks in advance.
© Stack Overflow or respective owner