From 03aa02e4d1b04faae99382f2595dfbf94e3e5a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20N=C3=BA=C3=B1ez?= Date: Wed, 4 Dec 2013 12:52:52 -0300 Subject: [PATCH] Fixes dark pictures on some devices Sugerido por usuario en Answers http://answers.preyproject.com/topics/webcam-images-are-dark-fix-included --- webcam/platform/windows/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcam/platform/windows/functions b/webcam/platform/windows/functions index ade6a7e..1321cd6 100755 --- a/webcam/platform/windows/functions +++ b/webcam/platform/windows/functions @@ -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() {