Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv does not have any means for this builtin. you can try external utilities, like:

v4l2-ctl --list-devices

on linux, of if you have ffmpeg:

ffmpeg -list_devices true -f dshow -i dummy

there's also hidden code in cap_dshow.cpp, but you'll have a hard time, accessing it ;(