因為目前opencv跟ubuntu都是最新的
所以我找了網路上最新的教學來看:
http://blog.csdn.net/bg2bkk/article/details/9048649
不知道為甚麼安裝起來還是很卡
目前算是都安裝完了吧?(但是教學中所有測試步驟都失敗...)
我也不知道有沒有成功安裝
這邊是ffmpeg測試的部份
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo make
make: Nothing to be done for `all'.
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo ./demuxing
optical_flow_input.avi video.avi audio
Could not open source file optical_flow_input.avi
這邊是opencv測試的部份
phenix@phenix:/usr/local/share/ffmpeg/examples$ cd
/usr/local/share/OpenCV/samples
bash: cd: /usr/local/share/OpenCV/samples: 沒有此一檔案或目錄
phenix@phenix:/usr/local/share/ffmpeg/examples$ cd c
bash: cd: c: 沒有此一檔案或目錄
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo chmod +x build_all.sh
chmod: 無法存取 ‘build_all.sh’: 沒有此一檔案或目錄
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo ./build_all.sh
sudo: ./build_all.sh: command not found
似乎都找不到?難道我沒有安裝成功???
--
所以我找了網路上最新的教學來看:
http://blog.csdn.net/bg2bkk/article/details/9048649
不知道為甚麼安裝起來還是很卡
目前算是都安裝完了吧?(但是教學中所有測試步驟都失敗...)
我也不知道有沒有成功安裝
這邊是ffmpeg測試的部份
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo make
make: Nothing to be done for `all'.
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo ./demuxing
optical_flow_input.avi video.avi audio
Could not open source file optical_flow_input.avi
這邊是opencv測試的部份
phenix@phenix:/usr/local/share/ffmpeg/examples$ cd
/usr/local/share/OpenCV/samples
bash: cd: /usr/local/share/OpenCV/samples: 沒有此一檔案或目錄
phenix@phenix:/usr/local/share/ffmpeg/examples$ cd c
bash: cd: c: 沒有此一檔案或目錄
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo chmod +x build_all.sh
chmod: 無法存取 ‘build_all.sh’: 沒有此一檔案或目錄
phenix@phenix:/usr/local/share/ffmpeg/examples$ sudo ./build_all.sh
sudo: ./build_all.sh: command not found
似乎都找不到?難道我沒有安裝成功???
--
All Comments