标签: opencv parameters camera webcam
我需要为openCV使用一些VideoCapture :: set()选项。他们在这里;
http://docs.opencv.org/modules/highgui/doc/reading_and_writing_images_and_video.html#videocapture-set
但我找不到任何指定可用于为每个参数赋值的值范围的东西。
有人可以帮忙吗?
答案 0 :(得分:1)
这些信息确实缺失,其中一些你真的需要一个点击&错过方法。
目前,您可以检查VideoCapture::set()的返回值,以查看该方法是否成功设置了该参数。
VideoCapture::set()