0

I've just acquired Realsense Robotic Development Kit, and while installing it following the guide given by intel: https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit#comments, I ended up getting this error whenever I tried to recieve image from the camera.

Since I have the correct kernel on the upboard, I think that it must be a problem in either the realsense or the udev rules installation.

Does anyone found this error and knows how to come through it?

4

1 回答 1

0

检查您的 librealsense* 是否安装正确。我想它应该“开箱即用”正确安装,但您仍然可以在此处验证您是否拥有所有必需的组件

*librealsense 是一个用于从英特尔实感摄像头捕获数据的库。rs_create_context 是该库的一种方法。

顺便说一句,如果您编写了自己的应用程序,请考虑使用 rs::context ,如示例中所示

否则(您使用示例应用程序)一切都应该正常工作。

于 2016-10-25T20:17:22.683 回答