oem_uvcc: update aicamera.sh for ispserver

Change-Id: I4b6ed77118b9d240e13d62a644b3bf9c1c5c1f2f
Signed-off-by: huangjc <huangjc@rock-chips.com>
This commit is contained in:
huangjc
2020-07-16 14:55:16 +08:00
parent 65a207f656
commit 1fa700440a

View File

@ -10,7 +10,11 @@ check_alive()
killall -9 uvc_app
reboot
else
$1 &
if [ "$1"x == "ispserver"x ];then
ispserver -no-sync-db &
else
$1 &
fi
fi
fi
}
@ -32,7 +36,7 @@ usb_irq_set()
}
dbserver &
ispserver &
ispserver -no-sync-db &
stop_unused_daemon
/oem/usb_config.sh rndis
usb_irq_set