All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuBarcodeObservationInstanceInfo Struct Reference

Public Attributes

const char * buffer
 Barcode content buffer filled with length bytes representing the payload of the barcode.
 
int32_t length
 Barcode content buffer size.
 
VuBarcodeType type
 Barcode type (see VuBarcodeType)
 
VuVector2F vertices [4]
 Vertices of the barcode's bounds in camera image space (normalized coordinates)
 

Detailed Description

Instance info for a barcode from its respective observation.

Member Data Documentation

◆ buffer

const char* buffer

Barcode content buffer filled with length bytes representing the payload of the barcode.

Validity of the pointer is bound to the observation and therefore to the State.

Note
Textual description, UTF-8 encoding.

◆ length

int32_t length

Barcode content buffer size.

Size of the buffer in bytes (payload).