Skip to content

Commit

Permalink
Issue prey#13: Fixes dark images on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Jan 19, 2014
1 parent 93d2229 commit 79d5aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcam/platform/windows/functions
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ take_picture() {
# "$module_platform_path/snapshot.exe" -q 100 "$tmpdir/prey-picture"

#New module call
"$module_platform_path/prey-webcam.exe" -invalid youcam,cyberlink,google -frame 10 -outfile "$tmpdir/prey-picture.jpg"
"$module_platform_path/prey-webcam.exe" -invalid youcam,cyberlink,google -frame 90 -outfile "$tmpdir/prey-picture.jpg"
}

capture_video() {
Expand Down

0 comments on commit 79d5aa0

Please sign in to comment.