rahulch

Untitled

May 13th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. VideoCapture capture;
  2. capture.open(0);
  3. capture.set(CV_CAP_PROP_FRAME_WIDTH, 1920);
  4. capture.set(CV_CAP_PROP_FRAME_HEIGHT, 1080);
Add Comment
Please, Sign In to add comment