Skip to main content
Version: 20 Mar 2024

MLControllerStateEx

Module: Controller

A structure containing information about the current state of this controller. More...

#include <ml_controller.h>

Public Attributes

TypeName
uint8_tcontroller_id
MLCoordinateFrameUIDcoord_frame_controller
MLCoordinateFrameUIDraw_coord_frame_controller
MLControllerStatusstatus

Detailed Description

struct MLControllerStateEx;

A structure containing information about the current state of this controller.

API Level:

  • 21

Public Attributes Documentation

controller_id

uint8_t controller_id;

ID of this controller.


coord_frame_controller

MLCoordinateFrameUID coord_frame_controller;

Smooth filtered coordinate frame identifier for this Controller.


raw_coord_frame_controller

MLCoordinateFrameUID raw_coord_frame_controller;

Raw coordinate frame identifier for this Controller.


status

MLControllerStatus status;
TypeDescription
MLControllerStatusStream mode for controller stream.

Current controller stream status.