From 70e1c336c956e960ebffe2734bbc06f667c9b754 Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Sun, 5 Feb 2023 13:39:34 +0100 Subject: [PATCH] fix: moved v4l2_control after stream started This should fix #74 In case it does not, there is not musch we can do, especcially C920 seems to be infected by that. Maybe corrupted firmware? Signed-off-by: Stephan Wendel --- crowsnest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowsnest b/crowsnest index 9a16cea5..066f3c9b 100755 --- a/crowsnest +++ b/crowsnest @@ -64,9 +64,9 @@ done init_logging initial_check -v4l2_control blockyfix construct_streamer +v4l2_control brokenfocus ## Loop and Watchdog