Commit c5b18ceb authored by Mikhail Karpenko's avatar Mikhail Karpenko
Browse files

Update camogm start command in init script

parent 18394acc
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -6,6 +6,8 @@
SENSOR_TYPE=14
SENSOR_TYPE=14
# imgsrv port number 
# imgsrv port number 
IMGSRV_PORT=2323
IMGSRV_PORT=2323
# camogm port number
CAMOGM_PORT=3456
# camogm command pipe name
# camogm command pipe name
CAMOGM_PIPE=/var/volatile/camogm_cmd
CAMOGM_PIPE=/var/volatile/camogm_cmd
# enable SATA, set this to 1 if camera is equipped with SSD drive
# enable SATA, set this to 1 if camera is equipped with SSD drive
@@ -122,7 +124,7 @@ if [ -f /usr/bin/imgsrv ]; then
	imgsrv -p $IMGSRV_PORT &
	imgsrv -p $IMGSRV_PORT &
fi
fi
if [ -f /usr/bin/camogm ]; then
if [ -f /usr/bin/camogm ]; then
	camogm $CAMOGM_PIPE &
	camogm -n $CAMOGM_PIPE -p $CAMOGM_PORT &
fi
fi


if [ $SATA_EN -eq 1 ]; then
if [ $SATA_EN -eq 1 ]; then