Example #1
0
 public static extern MlApi.MLResult MLHandTrackingCreate(ref MlApi.MLHandle out_handle);
Example #2
0
 public static extern MlApi.MLResult MLHandMeshingGetResult(MlApi.MLHandle client_handle, MlApi.MLHandle request_handle, ref MlHandMeshing.MLHandMesh out_mesh);
Example #3
0
 public static extern MlApi.MLResult MLEyeTrackingGetStaticData(MlApi.MLHandle eye_tracker, ref MlEyeTracking.MLEyeTrackingStaticData out_data);
Example #4
0
 public static extern MlApi.MLResult MLPlanesDestroy(MlApi.MLHandle planes_tracker);
Example #5
0
 public static extern MlApi.MLResult MLHandMeshingDestroyClient(ref MlApi.MLHandle inout_client_handle);
Example #6
0
 public static extern MlApi.MLResult MLHandTrackingGetStaticData(MlApi.MLHandle hand_tracker, ref MlHandTracking.MLHandTrackingStaticData out_data);
Example #7
0
 public static extern MlApi.MLResult MLMeshingPopulateDepth(MlApi.MLHandle client_handle, in MlGraphicsUtils.MLMeshingDepthBufferInfo info, in MlMeshing2.MLMeshingMesh meshes);
 public static extern MlApi.MLResult MLPersistentCoordinateFrameTrackerCreate(ref MlApi.MLHandle out_tracker_handle);
 public static extern MlApi.MLResult MLPersistentCoordinateFrameGetCount(MlApi.MLHandle tracker_handle, ref uint out_count);
Example #10
0
 public static extern MlApi.MLResult MLCVCameraGetFramePose(MlApi.MLHandle camera_handle, MlApi.MLHandle head_handle, MlCvCamera.MLCVCameraID id, ulong camera_timestamp_ns, ref MlTypes.MLTransform out_transform);
Example #11
0
 public static extern MlApi.MLResult MLCVCameraTrackingDestroy(MlApi.MLHandle camera_handle);
Example #12
0
 public static extern MlApi.MLResult MLCVCameraGetIntrinsicCalibrationParameters(MlApi.MLHandle camera_handle, MlCvCamera.MLCVCameraID id, ref MlCvCamera.MLCVCameraIntrinsicCalibrationParameters out_intrinsics);
Example #13
0
 public static extern MlApi.MLResult MLMeshingCreateClient(ref MlApi.MLHandle out_client_handle, in MlMeshing2.MLMeshingSettings settings);
Example #14
0
 public static extern MlApi.MLResult MLEyeTrackingGetState(MlApi.MLHandle eye_tracker, ref MlEyeTracking.MLEyeTrackingState out_state);
Example #15
0
 public static extern MlApi.MLResult MLHandTrackingDestroy(MlApi.MLHandle hand_tracker);
 public static extern MlApi.MLResult MLPersistentCoordinateFrameGetAllEx(MlApi.MLHandle tracker_handle, uint count, ref MlTypes.MLCoordinateFrameUID out_cfuids);
Example #17
0
 public static extern MlApi.MLResult MLHandTrackingGetDataEx(MlApi.MLHandle hand_tracker, ref MlHandTracking.MLHandTrackingDataEx out_data);
 public static extern MlApi.MLResult MLPersistentCoordinateFrameGetClosest(MlApi.MLHandle tracker_handle, in MlTypes.MLVec3f target, ref MlTypes.MLCoordinateFrameUID out_cfuid);
Example #19
0
 public static extern MlApi.MLResult MLHandTrackingGetConfiguration(MlApi.MLHandle hand_tracker, ref MlHandTracking.MLHandTrackingConfiguration out_config);
Example #20
0
 public static extern MlApi.MLResult MLHeadTrackingGetState(MlApi.MLHandle head_tracker, ref MlHeadTracking.MLHeadTrackingState out_state);
Example #21
0
 public static extern MlApi.MLResult MLPlanesCreate(ref MlApi.MLHandle out_handle);
Example #22
0
 public static extern MlApi.MLResult MLHeadTrackingGetMapEvents(MlApi.MLHandle head_tracker, ref ulong out_map_events);
Example #23
0
 public static extern MlApi.MLResult MLPlanesQueryBegin(MlApi.MLHandle planes_tracker, in MlPlanes.MLPlanesQuery query, ref MlApi.MLHandle out_handle);
Example #24
0
 public static extern MlApi.MLResult MLFoundObjectTrackerCreate(ref MlApi.MLHandle out_handle);
Example #25
0
 public static extern MlApi.MLResult MLHandMeshingRequestMesh(MlApi.MLHandle client_handle, ref MlApi.MLHandle out_request_handle);
Example #26
0
 public static extern MlApi.MLResult MLFoundObjectTrackerUpdateSettings(MlApi.MLHandle tracker_handle, in MlFoundObject.MLFoundObjectTrackerSettings settings);
Example #27
0
 public static extern MlApi.MLResult MLHandMeshingFreeResource(MlApi.MLHandle client_handle, ref MlApi.MLHandle out_request_handle);
Example #28
0
 public static extern MlApi.MLResult MLEyeTrackingDestroy(MlApi.MLHandle eye_tracker);