@ritz wrote:
according to documentation
getDistancePixels()
float * ofxKinect::getDistancePixels()
Documentation from code comments
get the distance in millimeters to a given point as a float arraybut when i use this method for
float * depthRaw = kinect.getDistancePixels();
it give error no suitable function from ofFloatPixels to float exists.i go through documentation but didnt find any solution
2 years ago i use this method than it worked but now its give error
can anyone suggest what should i do
i m using vs2015 on win7 32 bit.
Posts: 3
Participants: 2