Hello everybody,
I am trying to developper an application with the Kinect in IR mode and face detection with ofxCv.
I’m pretty new to kinect and openCV stuff, and I’m confronted to an issue I really don’t know how to resolve :
I tried to detect the face, using the toCv()…
It works fine with the RGB image, but when I switch to IR mode it doesn’t work anymore :
I just put kinect.init(true) instead of kinect.init() and it crashes…
Does anyone have an idea ?
Please