Skip to content

Commit 79d5aa0

Browse files
committed
Issue prey#13: Fixes dark images on Windows.
1 parent 93d2229 commit 79d5aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webcam/platform/windows/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ take_picture() {
1919
# "$module_platform_path/snapshot.exe" -q 100 "$tmpdir/prey-picture"
2020

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

2525
capture_video() {

0 commit comments

Comments
 (0)