赞
踩
驱动是奥比中光(Orbbec)Astra Pro。按照这篇博客的介绍进行一系列操作,在这过程中遇到了一些问题,把解决过程记在下面。
1 https://github.com/ktossell
2 https://orbbec3d.com/develop/
Warning: USB events thread - failed to set priority. This might cause loss of data...
Error - expect color and depth to be in same resolution: D: 640x400, C: 640x480
先解决Error:打开Bin/x64-Release/OpenNI2/Drivers/orbbec.ini文件,将resolution值全部改为1。(此时已经可以成功运行)
再解决Warning:先sudo -s再./SimpleViewer即可解决(猜想此方法为通过进入root账户解决优先级问题)。ps,sudo -s模式可通过exit退出。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。