Struct LEAP_IMAGE_EVENTΒΆ

struct LEAP_IMAGE_EVENT

Streaming stereo image pairs from the device.

LeapPollConnection() produces this message when an image is available. The struct contains image properties, the distortion grid, and a pointer to the buffer containing the image data which was allocated using the allocator function passed to LeapC using the LeapSetAllocator.

Since

4.0.0

Public Members

LEAP_FRAME_HEADER info

The information header identifying the images tracking frame.

LEAP_IMAGE image[2]

The left and right images.

LEAP_CALIBRATION calib

For internal use only.