首页 文章

Raspberry PI上的“XnDeviceSensorV2'失败了”

提问于
浏览
0

我是通过Raspberry Pi(OS: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'的配方失败make:[Arm-Release / XnSensorDepthGenerator.o]错误make:离开目录'/ home / pi / unstable / SensorKinect / Platform / Linux / Build / XnDeviceSensorV2'Makefile:48:目标'XnDeviceSensorV2'的配方失败make:[XnDeviceSensorV2]错误2 make:离开目录'/ home / pi / unstable / SensorKinect / Platform / Linux / Build'

我已完成上述网站作者所提出的所有更改,但问题仍然存在 .

有人能给我一些建议吗?

2 回答

  • 0

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

    然后我按照这些说明操作:

    解压缩文件

    cd SensorKinect / Platform / Linux / CreateRedist /

    chmod x RedistMaker

    ./RedistMaker

    它起作用了 .

  • 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
    

相关问题