1 | initial version |
Hi,
I am confused what you mean by configuration window; no window should come up that I am aware of. When using a capture.set() you are adjusting the camera settings where I grabbed some examples from link below: http://docs.opencv.org/trunk/doc/user_guide/ug_highgui.html
• CV_CAP_PROP_FRAME_WIDTH – Frame width in pixels.
• CV_CAP_PROP_FRAME_HEIGHT – Frame height in pixels.
• CV_CAP_PROP_FPS – Frame rate in FPS.
Hope this helps.