Ask Your Question

Ha0803's profile - activity

2016-06-12 16:51:34 -0600 received badge  Taxonomist
2013-01-14 22:09:54 -0600 asked a question trying to get to the pin property of my usb web cam

Hi!i'm trying to contorl the pin property of my usb webcam using opencv. I'm using c# form (which would make me to use opencvsharp) to design the UI. Problem is that I'm not able to control the ouput format of the video. My webcam supports YUY2 and MJPG format. Defalut value is YUY2, but I want to switch that to MJPG. What I mean is, I wanna get the video output in MJPG format, ALWAYS.

How do I cantrol the webcam property or should I say output format, using c#, OpenCVSharp?