CvCaptureCAM_DShow enhancement (Patch #1281)
Description
Some improvements to cv::VideoCapture on windows using Directshow
Support for MJPG
Support for setting camera format using FOURCC
Support for setting frame rate
Support for get/set all video and camera filter parameters using CV_CAP_PROP_
Added popup camera settings windows
Some fixes to videoinput
Todo - would be nice to have a CameraCaptureStream settings popup
Based on 2.3 svn trunk
Associated revisions
applied big patch #1281 by Martin Beckett (various direct show video capture enhancements)
Merge pull request #1281 from SpecLad:the-smartest-pointer
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from Some improvements to cv::VideoCapture on windows using Directshow Support fo... to Some improvements to cv::VideoCapture on windows using Directshow Support fo... More
Updated by Alexander Shishkov almost 13 years ago
- Tracker changed from Feature to Patch
- Priority changed from High to Normal
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Vadim Pisarevsky almost 13 years ago
thanks Martin! And sorry for delay; unfortunately, the improved version is supplied as a complete file, not a patch, so I might have broken something when applying your changes to the latest trunk. Still, it's there now, SVN trunk, r7768
- Status changed from Open to Done
- Assignee set to Vadim Pisarevsky
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.0
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-camera