0

我是通过 Raspberry Pi(操作系统:raspbian wheezy)连接和使用 Xtion Pro Live 摄像头的新手。相机已正确连接到树莓派。

我按照 http://mewgen.com/Ge107_files/20120921%20Setting%20up%20Rasberry%20pi%20for%20the%20Xtion%20and%20kinect.html的步骤 操作 Xtion(openni 和传感器)。

当我尝试运行命令(以 root 身份)“cd /unstable/SensorKinect/Platform/Linux/CreateRedist/./RedistMaker Arm”时,我收到此错误:

../Common/CommonCppMakefile:118:目标“Arm-Release/XnSensorDepthGenerator.o”的配方失败制作:[Arm-Release/XnSensorDepthGenerator.o] 错误制作:离开目录“/home/pi/unstable/SensorKinect/Platform/ Linux/Build/XnDeviceSensorV2' Makefile:48: recipe for target 'XnDeviceSensorV2' failed make: [XnDeviceSensorV2] Error 2 make: Leaving directory '/home/pi/unstable/SensorKinect/Platform/Linux/Build'

我已经完成了上述网站作者建议的所有更改,但问题仍然存在。

谁能给我一些建议?

4

2 回答 2

0

我通过从https://github.com/ph4m/SensorKinect/archive/unstable.zip下载 SensorKinect-unstable.zip 解决了我的问题

然后我按照以下说明进行操作:

解压文件

cd SensorKinect/平台/Linux/CreateRedist/

chmod +x RedistMaker

./RedistMaker

它奏效了。

于 2015-02-04T14:28:24.563 回答
0

它使用 Maria 的链接对我有用:https ://github.com/ph4m/SensorKinect/archive/unstable.zip

我不得不编辑这个文件:

./Platform/Linux/Build/Common/Platform.Arm
and delete  ‘-mfloat-abi=softfp‘.

之后,执行:chmod +x RedistMaker

./RedistMaker
于 2017-07-29T23:29:28.470 回答