Skip to content

Commit

Permalink
Fixing the cam issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jannae committed Jun 12, 2013
1 parent c1c489c commit b06dcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_private
2 changes: 1 addition & 1 deletion _processing/arthur_final/arthur_final.pde
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void setup() {
println(devices);

// Change devices[0] to the proper index for your camera.
cam = new Capture(this, camw, camh, devices[4]);
cam = new Capture(this, camw, camh, devices[0]);
camx = (dispw-camw)/2;
camy = (disph-camh-35);
}
Expand Down

0 comments on commit b06dcb7

Please sign in to comment.