gameoverhack / ofxOpenNI

Wrapper for OpenNI, NITE and SensorKinect
gingold.com.au
Other
246 stars 121 forks source link

registerViewport/unregisterViewport backwards? #10

Open jvcleave opened 12 years ago

jvcleave commented 12 years ago

It seems like these are reversed to me - with registerViewport the image/depth should be aligned and with unregisterViewport the image and depth views are offset

also an interesting issue that may be an OpenNI bug but if the image/depth are aligned UserReEnter and UserExit callbacks are never fired

gameoverhack commented 12 years ago

Hey Jason - nice catch, on both counts. Is this with Master or Experimental branch?

I haven't tried either of those callbacks, so I can't comment at this point...will implement them and see what happens - definitely could be to do with edge pixels being cropped due to the registration, but it seems kinda odd...

jvcleave commented 12 years ago

This is with Master