ThomasLengeling / KinectPV2

Kinect4W 2.0 library for Processing
MIT License
286 stars 105 forks source link

Error in CoordinateMapperRGBDepth Example - "The function setCoordBkgImg(int[]) does not exist" #47

Open paraclete-pizza opened 8 years ago

paraclete-pizza commented 8 years ago

As noted the title. When trying to run the CoordinateMapperRGBDepth example, the above error is produced (""The function setCoordBkgImg(int[]) does not exist""), highlighting line 27:

  kinect.setCoordBkgImg(img.pixels);
13ob commented 7 years ago

Got the same error.

I achieved what I needed by using this example: [https://github.com/ThomasLengeling/KinectPV2/tree/master/KinectPV2/examples/SkeletonColor]

Irisshel commented 3 years ago

I Got the same error.

“function not found getCoordinateRGBDepthImage” and Error reporting items: kinect.setCoordBkgImg(img.pixels) How on earth should this be solved? need some help😭