Skip to main content
Version: 20 Mar 2024

MLMarkerTrackerDecodedBinaryData

Module: Fiducial Marker Tracking

Binary decoded data. More...

#include <ml_marker_tracking.h>

Public Attributes

TypeName
MLMarkerTrackingDecodedDataTypetype
uint32_tdata_size
const char[]data
Binary data.

Detailed Description

struct MLMarkerTrackerDecodedBinaryData;

Binary decoded data.

Deprecated

Deprecated since 1.6.0. Scheduled for removal.

API Level:

  • 20

Public Attributes Documentation

type

MLMarkerTrackingDecodedDataType type;
TypeDescription
MLMarkerTrackingDecodedDataTypeDecoded Data Type enumeration.

Type selector for the structure.


data_size

uint32_t data_size;

Binary data size.


data

const char[] data;

Binary data.

TypeDescription
const char[][]

This is the binary data directly from the scanned code. This typically does not include a terminating null character. When using this as a string, either always specify the length or manually add a null terminator after copying.