Skip to content

Commit

Permalink
Issue prey#13: Fixes dark webcam images on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Jan 19, 2014
1 parent de0d341 commit 7fd84ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcam/platform/mac/functions
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

take_picture() {

run_as_current_user "$module_platform_path/imagesnap $webcam__picture" &> /dev/null
run_as_current_user "$module_platform_path/imagesnap -w 1 $webcam__picture" &> /dev/null

}

Expand Down
Binary file modified webcam/platform/mac/imagesnap
Binary file not shown.

0 comments on commit 7fd84ad

Please sign in to comment.