1.The buffer was incompletely grabbed
Error: 0xe1000014 "The buffer was incompletely grabbed. This can be caused by performance problems of the network hardware used, i.e. network adapter, switch, or ethernet cable. To fix this, try increasing the camera's Inter-Packet Delay in the Transport Layer category to reduce the required bandwidth, and adjust the camera's Packet Size setting to the highest supported frame size."
将畫面尺寸改小,或将Transport Layer裡的Inter-Packet Delay選項改大即可。
根本的辦法應該是打開網卡的巨型幀,在System Setting的網卡設定裡将MTU設為9000。注意隻有相機為連接配接狀态時設定才有效。
2.缺少動态連接配接庫
xxx.so--cannot open shared object file: No such file or directory
用ln将需要的so檔案連結到/usr/lib或者/lib這兩個預設的目錄下邊
ln -s /where/you/install/lib/xxx.so /usr/lib
sudo ldconfig