Skip to content

Commit c1ea63a

Browse files
committed
set default webcam resolution to something more contemporary
1 parent 0a60a49 commit c1ea63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/objects/video/VideoGrabber.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ VideoGrabber::VideoGrabber() :
5454

5555
posX = posY = drawW = drawH = 0.0f;
5656

57-
camWidth = 320;
58-
camHeight = 240;
57+
camWidth = 1280;
58+
camHeight = 720;
5959
temp_width = camWidth;
6060
temp_height = camHeight;
6161

0 commit comments

Comments
 (0)