Skip to content

Commit 93d2229

Browse files
committed
Issue prey#13: Fixes dark webcam images on Mac.
1 parent de0d341 commit 93d2229

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

webcam/platform/mac/functions

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
take_picture() {
99

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

1212
}
1313

webcam/platform/mac/imagesnap

-18.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)