Skip to content

Commit

Permalink
updated camera size
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwohl committed May 10, 2014
1 parent 35b41a2 commit 7ad11af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions osc_video_example/src/ofApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ void ofApp::setup(){
oscSender.setup(BROADCAST_IP, PORT);

// let's make the camera display full screen.
camWidth = ofGetWindowWidth();
camHeight = ofGetWindowHeight();
camWidth = 640;
camHeight = 480;

vidGrabber.setDeviceID(0);
vidGrabber.setDesiredFrameRate(60);
Expand Down

0 comments on commit 7ad11af

Please sign in to comment.