We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e876a6 commit 0aba05eCopy full SHA for 0aba05e
wrappers/java/src/main/java/org/openkinect/freenect/Freenect.java
@@ -174,8 +174,8 @@ protected NativeDevice (Pointer ptr, int index) {
174
this.rawTiltState = freenect_get_tilt_state(this);
175
this.accel = new double[3];
176
refreshTiltState();
177
- setVideoFormat(VideoFormat.RGB);
178
- setDepthFormat(DepthFormat.D10BIT);
+ //setVideoFormat(VideoFormat.RGB);
+ //setDepthFormat(DepthFormat.D10BIT);
179
}
180
181
protected void setDeviceIndex (int index) {
0 commit comments