Commit c5b18ceb authored by Mikhail Karpenko's avatar Mikhail Karpenko

Update camogm start command in init script

parent 18394acc
...@@ -6,6 +6,8 @@ ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment