解决问题:运行psdk时,找不到库libswresample.so.4的问题

This commit is contained in:
Tangchao
2022-10-05 17:12:55 +00:00
parent 1f913a150a
commit becbf3cb95
2 changed files with 5 additions and 2 deletions

View File

@ -98,6 +98,9 @@ sudo ./configure --enable-shared --enable-gpl --disable-yasm --enable-libx264 --
sudo make
sudo make install
sudo sed -i '$a\/home/300tc/library/ffmpeg_build/lib/' /etc/ld.so.conf
sudo ldconfig
# psdk
cd /home/300tc/projects

View File

@ -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