yutarochan / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Size and framerate of depthimage can't change #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new simpleOpenNI example.
2. Enabled depth with any width, height, or framerate values other than 
640,480,30
 - context.enableDepth(320,240,30); or context.enableDepth(640,480,15);
3. Video returned by depth and rgb is blank.

What is the expected output? What do you see instead?
Smaller/slower render of the kinect data to save cpu power since i dont need to 
sample an image that large

What version of the product are you using? On what operating system?
0.18

Please provide any additional information below.

Original issue reported on code.google.com by anthony.tripaldi@gmail.com on 20 May 2011 at 3:59

GoogleCodeExporter commented 8 years ago
There is a list of supported modes in the openNI documentation, you can find 
them easily.

If you want to change such parameters, you can now do it via the configuration 
file in GlobalDefaultKinect.ini file in the OpenNI installation folder (or 
SensorKinect).
All the available parameters (included framerate) are customizable and 
explained.

Original comment by bkuperb...@gmail.com on 18 Aug 2011 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by m...@paus.ch on 4 Jan 2012 at 4:09

GoogleCodeExporter commented 8 years ago
I have same problem.

I can't find the supported mode in the openNI documentation.

I found GlobalDefaultKinect.ini in the SensorKinect/Data folder.
But, the parameters of these are already set as (320, 240). And then Video 
returned by depth and rgb is blank.

What can I do next...

Original comment by jiroros...@gmail.com on 7 Dec 2013 at 5:02