解决问题:运行psdk时,找不到库libswresample.so.4的问题
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# 3) redirect the output of programs to file generated in (2);
|
||||
# Usage:
|
||||
# 1) crontab -e
|
||||
# 2) */1 * * * * ~/tc_scripts/finger_daemon.sh
|
||||
# 2) */1 * * * * /home/pi/tc_ShellScripts/finger_daemon.sh
|
||||
# History:
|
||||
# 2021/07/13 Tangchao First release
|
||||
# 2022/06/24 Tangchao Second release
|
||||
@ -68,7 +68,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
procnum=`ps -ef | grep ximeaImageRecorder | grep -v grep | wc -l`
|
||||
procnum=`ps -ef | grep ximeaAirborneSystem | grep -v grep | wc -l`
|
||||
|
||||
if [ $procnum -eq 0 ] ; then
|
||||
fileName=$(date +%Y%m%d_%H%M_%S).hyperspectral_log
|
||||
|
Reference in New Issue
Block a user