Skip to content

Commit

Permalink
Fixing broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
singintime committed Jan 7, 2016
1 parent 69448bf commit 94dbe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/IPCaptureTest/IPCaptureTest.pde
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ipcapture.*;
IPCapture cam;

void setup() {
size(640,480);
size(320,240);
cam = new IPCapture(this, "http://195.235.198.107:3346/axis-cgi/mjpg/video.cgi?resolution=320x240", "", "");
cam.start();

Expand Down

0 comments on commit 94dbe7f

Please sign in to comment.