You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
“function not found getCoordinateRGBDepthImage”
and Error reporting items:
kinect.setCoordBkgImg(img.pixels)
How on earth should this be solved?
need some help😭
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:
The text was updated successfully, but these errors were encountered: