File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Version 3.0.1: (2025-05-05)
5
5
- Improved error handling and logging for V4 systems if PC relay override
6
6
is switched on and Yocto is sleeping or brown-out protection has
7
7
triggered
8
+ - Impove surveillance camera image quality
8
9
9
10
Version 3.0.0: (2025-04-03)
10
11
- Integrate yocto-pictor-gps
Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ function take_picture(){
45
45
else
46
46
loglevel=24
47
47
fi
48
- ffmpeg -v $loglevel -y -i rtsp://" $CREDENTIALS$IP_ADDRESS " :554 -update 1 -frames:v 1 \
49
- " $OUTPUT_DIR /$FILEPREFIX$DATE .jpg"
48
+
49
+ ffmpeg -v $loglevel -y -rtsp_transport tcp -i rtsp://" $CREDENTIALS$IP_ADDRESS " :554 \
50
+ -update 1 -frames:v 10 -q:v 1 " $OUTPUT_DIR /$FILEPREFIX$DATE .jpg"
50
51
51
52
if [[ $? -eq 0 ]] ; then
52
53
echo " [INFO] Output File is : '$OUTPUT_DIR /$FILEPREFIX$DATE .jpg'"
You can’t perform that action at this time.
0 commit comments