兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

matlab2016b-linux版本在ubutu16.04x64上面不能打开摄像头的处理方法

 

this  can  not  work.    need  find  other way.  

============================================================================================

 

 

先上结果:

 

 

只要注意以下事项即可:

1. 以管理员权限运行matlab

2 设置附加功能路径为/usr/local/MATLAB/R2016b/toolbox

3. 安装附加功能选项(如果安装的无效,建议在管理员权限下重新安装)

Image Acquisition Toolbox Support Package for OS Generic Video Interface

MATLAB Support Package for USB Webcams 版本 16.2.1 

4. 运行时,可能会弹出错误提示说找不到Libgstinterface.so.5

实际上是缺少了一些基本的库

解决办法:

sudo  apt  install   libgstreamer-plugins-base0.10-dev 

 

问题解决。

 

 

 

 

  

 

posted @ 2017-12-14 15:01  leoking01  阅读(552)  评论(0编辑  收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }