- getAutoExposureEnabled() - Method in class org.openni.VideoStream.CameraSettings
-
Set Auto Exposure Enabled for corresponding sensor
- getAutoWhiteBalanceEnabled() - Method in class org.openni.VideoStream.CameraSettings
-
Set Auto White Balance Enabled for corresponding sensor
- getBuild() - Method in class org.openni.Version
-
This function return build number.
- getCameraSettings() - Method in class org.openni.VideoStream
-
Gets an object through which several camera settings can be configured.
- getCropOriginX() - Method in class org.openni.VideoFrameRef
-
Indicates the X coordinate of the upper left corner of the crop window.
- getCropOriginY() - Method in class org.openni.VideoFrameRef
-
Indicates the Y coordinate of the upper left corner of the crop window.
- getCropping() - Method in class org.openni.VideoStream
-
Obtains the current cropping settings for this stream.
- getCroppingEnabled() - Method in class org.openni.VideoFrameRef
-
Indicates whether cropping was enabled when the frame was produced.
- getData() - Method in class org.openni.VideoFrameRef
-
Getter function for the array of data pointed to by this object.
- getDeviceInfo() - Method in class org.openni.Device
-
Provides information about this device in the form of a DeviceInfo object.
- getExtendedError() - Static method in class org.openni.OpenNI
-
Retrieves the calling thread's last extended error information.
- getFps() - Method in class org.openni.VideoMode
-
Getter function for the frame rate of this VideoMode.
- getFrameIndex() - Method in class org.openni.VideoFrameRef
-
Frames are provided sequential frame ID numbers by the sensor that produced them.
- getHandle() - Method in class org.openni.Device
-
This function return device handle.
- getHandle() - Method in class org.openni.Recorder
-
This function return recorded handle.
- getHandle() - Method in class org.openni.VideoStream
-
This function return stream handle.
- getHeight() - Method in class org.openni.CropArea
-
Return height cropping value
- getHeight() - Method in class org.openni.VideoFrameRef
-
Gives the current height of this frame, measured in pixels.
- getHorizontalFieldOfView() - Method in class org.openni.VideoStream
-
Gets the horizontal field of view of frames received from this stream.
- getImageRegistrationMode() - Method in class org.openni.Device
-
Gets the current image registration mode of this device.
- getMaintenance() - Method in class org.openni.Version
-
This function return minor value.
- getMajor() - Method in class org.openni.Version
-
This function return major value.
- getMaxPixelValue() - Method in class org.openni.VideoStream
-
Provides the maximum possible value for pixels obtained by this stream.
- getMinor() - Method in class org.openni.Version
-
This function return minor value.
- getMinPixelValue() - Method in class org.openni.VideoStream
-
Provides the smallest possible value for pixels obtains by this VideoStream.
- getMirroringEnabled() - Method in class org.openni.VideoStream
-
Check whether mirroring is currently turned on for this stream.
- getName() - Method in class org.openni.DeviceInfo
-
Getter function for the device name.
- getNumberOfFrames(VideoStream) - Method in class org.openni.PlaybackControl
-
Provides the a count of frames that this recording contains for a given stream.
- getOriginX() - Method in class org.openni.CropArea
-
Return X cropping coordinate
- getOriginY() - Method in class org.openni.CropArea
-
Return Y cropping coordinate
- getPixelFormat() - Method in class org.openni.VideoMode
-
Getter function for the pixel format of this VideoMode.
- getPlaybackControl() - Method in class org.openni.Device
-
Gets an object through which playback of a file device can be controlled.
- getRepeatEnabled() - Method in class org.openni.PlaybackControl
-
Gets the current repeat setting of the file device.
- getResolutionX() - Method in class org.openni.VideoMode
-
Getter function for the X resolution of this VideoMode.
- getResolutionY() - Method in class org.openni.VideoMode
-
Getter function for the Y resolution of this VideoMode.
- getSensorInfo(SensorType) - Method in class org.openni.Device
-
Get the
SensorInfo
for a specific sensor type on this device.
- getSensorInfo() - Method in class org.openni.VideoStream
-
- getSensorType() - Method in class org.openni.SensorInfo
-
Provides the sensor type of the sensor this object is associated with.
- getSensorType() - Method in class org.openni.VideoFrameRef
-
Getter function for the sensor type used to produce this frame.
- getSensorType() - Method in class org.openni.VideoStream
-
Gets the sensor type for this stream.
- getSpeed() - Method in class org.openni.PlaybackControl
-
Getter function for the current playback speed of this device.
- getStrideInBytes() - Method in class org.openni.VideoFrameRef
-
Gives the length of one row of pixels, measured in bytes.
- getSupportedVideoModes() - Method in class org.openni.SensorInfo
-
Provides a list of video modes that this sensor can support.
- getTimestamp() - Method in class org.openni.VideoFrameRef
-
Provides a timestamp for the frame.
- getUri() - Method in class org.openni.DeviceInfo
-
Getter function for the device URI.
- getUsbProductId() - Method in class org.openni.DeviceInfo
-
Getter function for the USB PID device code.
- getUsbVendorId() - Method in class org.openni.DeviceInfo
-
Getter function for the USB VID device code.
- getVendor() - Method in class org.openni.DeviceInfo
-
Getter function for the device vendor name.
- getVersion() - Static method in class org.openni.OpenNI
-
This function return current OpenNI version
- getVerticalFieldOfView() - Method in class org.openni.VideoStream
-
Gets the vertical field of view of frames received from this stream.
- getVideoMode() - Method in class org.openni.VideoFrameRef
-
Returns a reference to the
VideoMode
object assigned to this frame.
- getVideoMode() - Method in class org.openni.VideoStream
-
Get the current video mode information for this video stream.
- getWidth() - Method in class org.openni.CropArea
-
Return width cropping value
- getWidth() - Method in class org.openni.VideoFrameRef
-
Gives the current width of this frame, measured in pixels.
- getX() - Method in class org.openni.Point2D
-
Return X coordinate
- getX() - Method in class org.openni.Point3D
-
Return X coordinate
- getY() - Method in class org.openni.Point2D
-
Return X coordinate
- getY() - Method in class org.openni.Point3D
-
Return Y coordinate
- getZ() - Method in class org.openni.Point3D
-
Return Z coordinate
- seek(VideoStream, int) - Method in class org.openni.PlaybackControl
-
Seeks within a VideoStream to a given FrameID.
- SensorInfo - Class in org.openni
-
The SensorInfo class encapsulates all info related to a specific sensor in a specific device.
A
Device
object holds a SensorInfo object for each sensor it contains.
A
VideoStream
object holds one SensorInfo object, describing the sensor used to produce
that stream.
- SensorType - Enum in org.openni
-
Provides string names values for all sensors type codes.
- setAutoExposureEnabled(boolean) - Method in class org.openni.VideoStream.CameraSettings
-
Set Auto Exposure Enabled for corresponding sensor
- setAutoWhiteBalanceEnabled(boolean) - Method in class org.openni.VideoStream.CameraSettings
-
Set Auto White Balance for corresponding sensor
- setCropping(CropArea) - Method in class org.openni.VideoStream
-
Changes the cropping settings for this stream.
- setDepthColorSyncEnabled(boolean) - Method in class org.openni.Device
-
Used to turn the depth/color frame synchronization feature on and off.
- setFps(int) - Method in class org.openni.VideoMode
-
Setter function for the frame rate.
- setImageRegistrationMode(ImageRegistrationMode) - Method in class org.openni.Device
-
Sets the image registration on this device.
- setMirroringEnabled(boolean) - Method in class org.openni.VideoStream
-
Enable or disable mirroring for this stream.
- setPixelFormat(PixelFormat) - Method in class org.openni.VideoMode
-
Setter function for the pixel format of this VideoMode.
- setRepeatEnabled(boolean) - Method in class org.openni.PlaybackControl
-
Changes the current repeat mode of the device.
- setResolution(int, int) - Method in class org.openni.VideoMode
-
Setter function for the resolution of this VideoMode.
- setSpeed(float) - Method in class org.openni.PlaybackControl
-
Setter function for the playback speed of the device.
- setVideoMode(VideoMode) - Method in class org.openni.VideoStream
-
Changes the current video mode of this stream.
- shutdown() - Static method in class org.openni.OpenNI
-
Stop using the library.
- start() - Method in class org.openni.Recorder
-
Starts recording.
- start() - Method in class org.openni.VideoStream
-
Starts data generation from this video stream.
- stop() - Method in class org.openni.Recorder
-
Stops recording.
- stop() - Method in class org.openni.VideoStream
-
Stops data generation from this video stream.