-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, I can't se any rgb image. I removed any call to methods for other kind of images, but there is no way to have colors. I have also a crash if I don't initialize the depth frame....
setup() {
kinect.initSensor();
kinect.initColorStream();
}
update() {
kinect.update();
}
draw() {
kinect.draw(0,0);
}
Metadata
Metadata
Assignees
Labels
No labels