This commit is contained in:
Devdatt Bhatt 2026-04-14 23:50:16 +00:00
parent 91366fe2f5
commit 7c2d0a49d2
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ function update_service($which_service)
$control .= "v4l2-ctl -d /dev/video0 --set-ctrl=contrast=" . $hdmi_contrast;
$control .= "v4l2-ctl -d /dev/video0 --set-ctrl=saturation=" . $hdmi_saturation;
$control .= "v4l2-ctl -d /dev/video0 --set-ctrl=hue=" . $hdmi_hue;
$input .= $control . $input;
$input = $control . $input;
$file = "/var/www/encoder-main.sh";
if (file_put_contents($file, $input) === false) {