Unigine.Plugins.Ultraleap Class
Ultraleap Class
Enums
TRACKING_MODE#
CONNECTION_STATUS#
OPTIMIZE_MODE#
Properties
bool BackgroundUpdate#
The value indicating if the application is allowed to receive frames in the background.
bool StreamImages#
The value indicating if streaming of images is currently enabled.
bool Paused#
The value indicating if the Ultraleap service is currently paused.
bool AllowPauseResume#
The value indicating if the application is allowed to pause and unpause the Ultraleap service.
Ultraleap.OPTIMIZE_MODE OptimizeMode#
The optimization mode. One of the OPTIMIZE_MODE values.
Ultraleap.TRACKING_MODE TrackingMode#
The tracking mode. One of the TRACKING_MODE values.
bool TrackingInterpolation#
The value indicating if the tracking interpolation is enabled.
Ultraleap.CONNECTION_STATUS ConnectionStatus#
The connection status. One of the CONNECTION_STATUS values.
bool IsStatusLowFPSDetected#
The value indicating if the service cannot receive frames fast enough from the underlying hardware.
bool IsStatusPoorPerformancePause#
The value indicating if the service has paused itself due to an insufficient frame rate from the hardware.
bool IsStatusTrackingErrorUnknown#
The value indicating if the service has failed to start tracking due to unknown reasons.
vec3 TrackingOffsetDefault#
The default offset for the newly connected device. The Y value specifies the offset from the eyes to the frontal camera plane, in meters, and the Z value — the offset from the eye level up to the camera level, in meters.
UltraleapDevice.TRANSFORM_MODE TransformModeOffsetDefault#
The transform mode. One of the TRANSFORM_MODE values.
int NumDevices#
The number of connected devices.
int NumDevicesConnected#
The number of connected Ultraleap controller devices.
long LeapNow#
The time, in microseconds since an unspecified epoch.
Members
UltraleapDevice GetDevice ( int device_id ) #
Returns the Ultraleap controller device from the list of recognized devices.Arguments
- int device_id - The ID of the Ultraleap controller device.
Return value
The Ultraleap controller device.UltraleapDevice GetDeviceConnected ( int device_id ) #
Returns the Ultraleap controller device from the list of connected devices.Arguments
- int device_id - The ID of the Ultraleap controller device.
Return value
The Ultraleap controller device.Last update:
2023-03-15
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)