add ispserver startup.

Signed-off-by: qiuen <qiuen@rock-chips.com>
Change-Id: I04e746c069d51ad14c04a7df996fe22995f25319
This commit is contained in:
qiuen
2020-05-26 10:47:34 +08:00
parent c2afb000c3
commit 79b38924a3
2 changed files with 4 additions and 2 deletions

View File

@ -15,11 +15,12 @@ check_alive()
fi
}
ispserver &
uvc_config.sh rndis
uvc_app &
while true
do
check_alive ispserver
check_alive uvc_app
check_alive smart_display_service
sleep 2

View File

@ -9,11 +9,12 @@ check_alive()
fi
}
ispserver &
uvc_config.sh rndis
eptz_demo -i rkispp_scale0 -f image:nv12 -n rockx_face_detect:300x300 &
while true
do
check_alive ispserver
check_alive smart_display_service
sleep 2
done