I am new on connecting and using an Xtion Pro Live camera through Raspberry Pi (OS: raspbian wheezy). The camera is connected properly to the raspberry pi.
I followed the steps from http://mewgen.com/Ge107_files/20120921%20Setting%20up%20Rasberry%20pi%20for%20the%20Xtion%20and%20kinect.html in order to operate the Xtion(openni and sensors).
When i try to run the command (as root) "cd /unstable/SensorKinect/Platform/Linux/CreateRedist/ ./RedistMaker Arm" i get this error:
../Common/CommonCppMakefile:118: recipe for target 'Arm-Release/XnSensorDepthGenerator.o' failed make: [Arm-Release/XnSensorDepthGenerator.o] Error make: Leaving directory '/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'
I have done all the changes that the author of the above site suggests, but the problem remains.
Could anyone give me some advice?