Struct LEAP_DEVICE_INFOΒΆ

struct LEAP_DEVICE_INFO

Properties of a Leap device.

Get a LEAP_DEVICE_INFO by calling LeapGetDeviceInfo() with the handle for device. The device must be open.

Since

3.0.0

Public Members

uint32_t size

Size of this structure.

Since

3.0.0

uint32_t status

A combination of eLeapDeviceStatus flags.

Since

3.0.0

uint32_t caps

A combination of eLeapDeviceCaps flags.

Since

3.0.0

eLeapDevicePID pid

One of the eLeapDevicePID members.

Since

3.0.0

uint32_t baseline

The device baseline, in micrometers.

The baseline is defined as the distance between the center axis of each lens in a stereo camera system. For other camera systems, this value is set to zero.

Since

3.0.0

uint32_t serial_length

The required length of the serial number char buffer including the null character.

Since

3.0.0

char *serial

A pointer to the null-terminated device serial number string.

Since

3.0.0

float h_fov

The horizontal field of view of this device in radians.

Since

3.0.0

float v_fov

The vertical field of view of this device in radians.

Since

3.0.0

uint32_t range

The maximum range for this device, in micrometers.

Since

3.0.0