oem_uvcc: add RkApps-stop.sh

Change-Id: I3836eba4bb9235f94fde6e8cfcfae03bd7c84edb
Signed-off-by: Mark Huang <huangjc@rock-chips.com>
This commit is contained in:
Mark Huang
2020-11-19 17:57:05 +08:00
parent d0f74a1b95
commit cccf061482
2 changed files with 12 additions and 8 deletions

12
oem/oem_uvcc/RkApps-stop.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
#
killall -9 aicamera.sh
killall -9 eptz.sh
killall -9 eptz_demo
killall -9 smart_display_service
#killall -9 uvc_app
killall -9 mediaserver
killall -9 ispserver
killall -9 dbserver
killall -9 aiserver
echo "Stop Application ..."

View File

@ -1,8 +0,0 @@
#!/bin/sh
#
if [ $1x = "1"x ];then
sed -i "s/^\#export ENABLE_EPTZ=1/export ENABLE_EPTZ=1/g" /oem/RkLunch.sh
else
sed -i "s/^export ENABLE_EPTZ=1/\#export ENABLE_EPTZ=1/g" /oem/RkLunch.sh
fi