I want to open webcam in c++ using Opencv in Linux OS.
int main()
{
VideoCapture video(0);
// ..
}
But there is small problem:
VIDEOIO ERROR: V4L2: setting property #0 is not supported
I am only sure that webcam works. Because cheese works.
Thanks.