Adding VideoCapture API
Is there any documentation on how to go about adding a new API (new camera type) to VideoCapture?
Is there any documentation on how to go about adding a new API (new camera type) to VideoCapture?
Asked: 2019-08-15 19:22:16 -0600
Seen: 353 times
Last updated: Aug 15 '19
Getting single frames from video with python
After setting capture property, reading the property returns 0.0
Video Capture not working in OpenCV 2.4.2 Windows7 32bit vs9
How to set camera resolution in OpenCV on Android?
CaptureFromFile - what does OpenCV exactly do? [closed]
cv2.VideoCapture: Cannot read from file
How to set resolution of video capture in python with Logitech c910 & c920
what exactly are you trying to do ? can you explain "a new camera type" ? why would it need adding a new api ?
Trying to interface to PixeLink cameras. They work with CAP_DSHOW but I would like to tweak a few settings using their API, settings that CAP_DSHOW doesn't support. I've implemented a Windows DLL (C++) some 13 years to interface their cameras to National Instrument's Vision but we're thinking about replacing all that code with python/opencv