Enable cv::VideoCapture to use arbitrary device-names (Feature #3288)
Description
I have defined several udev rules to distinguish several cameras of the same type. I therefore have a softlink /dev/webcam1 to /dev/video1.
VideoCapture only to allows to open the second filename via open(1), but can't handle the softlink.
It would be great to have a constructor like
capture = cv::VideoCapture("(dev/webcam1", CV_CAP_V4L2)
Associated revisions
Merge pull request #3288 from StevenPuttemans:fix_ts_dependencies
History
Updated by Vladislav Vinogradov over 11 years ago
Hello Nikolas,
Thank you for your proposal!
Unfortunately our human resource are limited and it would be very appreciated if you could make a pull request with this feature.
Please see http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute for details.
- Assignee set to Nikolas Engelhard
- Category set to highgui-camera
- Description changed from I have defined several udev rules to distinguish several cameras of the same... to I have defined several udev rules to distinguish several cameras of the same ... More
- Priority changed from Normal to Low
Updated by Anna Kogan over 11 years ago
- Status changed from New to Open
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4630