oem_uvcc: add RkApps-stop.sh
Change-Id: I3836eba4bb9235f94fde6e8cfcfae03bd7c84edb Signed-off-by: Mark Huang <huangjc@rock-chips.com>
This commit is contained in:
12
oem/oem_uvcc/RkApps-stop.sh
Executable file
12
oem/oem_uvcc/RkApps-stop.sh
Executable 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 ..."
|
||||||
@ -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
|
|
||||||
Reference in New Issue
Block a user