| Package | Description | 
|---|---|
| org.openimaj.hardware.kinect.freenect | 
| Modifier and Type | Method and Description | 
|---|---|
| static libfreenectLibrary.freenect_resolution | libfreenectLibrary.freenect_resolution. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static libfreenectLibrary.freenect_resolution[] | libfreenectLibrary.freenect_resolution. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution> | libfreenectLibrary.freenect_resolution. fromValue(int value) | 
| Iterator<libfreenectLibrary.freenect_resolution> | libfreenectLibrary.freenect_resolution. iterator() | 
| org.bridj.IntValuedEnum<libfreenectLibrary.freenect_resolution> | freenect_frame_mode. resolution()< Resolution this freenect_frame_mode describes, should you want to find it again with freenect_find_*_frame_mode(). C type : freenect_resolution | 
| Modifier and Type | Method and Description | 
|---|---|
| static freenect_frame_mode | libfreenectLibrary. freenect_find_depth_mode(org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution> res,
                        org.bridj.ValuedEnum<libfreenectLibrary.freenect_depth_format> fmt) | 
| static freenect_frame_mode | libfreenectLibrary. freenect_find_video_mode(org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution> res,
                        org.bridj.ValuedEnum<libfreenectLibrary.freenect_video_format> fmt) | 
| static int | libfreenectLibrary. freenect_set_depth_mode_proxy(org.bridj.Pointer<libfreenectLibrary.freenect_device> dev,
                             org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution> res,
                             org.bridj.ValuedEnum<libfreenectLibrary.freenect_depth_format> fmt) | 
| static int | libfreenectLibrary. freenect_set_video_mode_proxy(org.bridj.Pointer<libfreenectLibrary.freenect_device> dev,
                             org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution> res,
                             org.bridj.ValuedEnum<libfreenectLibrary.freenect_video_format> fmt) | 
| freenect_frame_mode | freenect_frame_mode. resolution(org.bridj.IntValuedEnum<libfreenectLibrary.freenect_resolution> resolution)< Resolution this freenect_frame_mode describes, should you want to find it again with freenect_find_*_frame_mode(). C type : freenect_resolution |