From 79706d4535b26d2b42a02bd168972c0b0856b0af Mon Sep 17 00:00:00 2001
From: Lucio Zambon <lucio.zambon@elettra.eu>
Date: Fri, 15 Jan 2021 10:34:43 +0100
Subject: [PATCH] open webcam in browser - ticket 13355

---
 src/acs.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/acs.cpp b/src/acs.cpp
index 5a36279..f533298 100644
--- a/src/acs.cpp
+++ b/src/acs.cpp
@@ -3403,7 +3403,8 @@ void acs::open_webcam_panel()
 	// webcam_process->start("/usr/local/firefox/firefox http://guest:guest@192.168.208.189");
 	// webcam_process->start("/usr/local/firefox/firefox http://elettra-cam/zm/access.html");
 	// webcam_process->start("/bin/bash /home/elettra/.bin/firefox.sh & /usr/local/firefox/firefox http://elettra-cam/zm/index.php?view=montage&group=1");
-	webcam_process->start("/bin/bash /home/elettra/.bin/firefox.sh '' http://elettra-cam/zm/index.php?view=montage&group=1");
+	// webcam_process->start("/bin/bash /home/elettra/.bin/firefox.sh '' http://elettra-cam/zm/index.php?view=montage&group=1");
+	webcam_process->start("/usr/local/firefox/firefox http://elettra-cam/zm/index.php?view=montage&group=1");
 }
 
 void acs::switch_control_location()
-- 
GitLab