Skip to content

Commit

Permalink
Changed test frame to 30 and not 50 in getimage
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGaudert committed Feb 18, 2018
1 parent 892a32e commit 68c5e02
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified audioOutput.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion getImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_image():#gets single image
retval, im = camera.read()
return im

ramp_frames = 50 #takes 30 frames for image calibration
ramp_frames = 30 #takes 30 frames for image calibration
for i in range(ramp_frames):
temp = get_image()

Expand Down
Binary file modified snapShot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68c5e02

Please sign in to comment.