evart-client  2.2
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
evas_unrecognized_markers_t Struct Reference

Unrecognized markers positions. More...

#include <evart-client.h>

Data Fields

uint32_t iFrame
 
float fDelay
 
uint32_t tv_sec
 
uint32_t tv_usec
 
uint32_t nmarkers
 
float markers [0][3]
 Array of marker positions. More...
 

Detailed Description

Unrecognized markers positions.

This is a variable-length structure that contains a list of unrecognized marker positions. The markers array contains the list of marker positions, from index 0 to nmarkers-1. Each position is itself an array of X,Y and Z coordinates.

Field Documentation

uint32_t iFrame

EVaRT's frame number.

float fDelay
      Total time (seconds) from Camera to the Host

sending the data.

uint32_t tv_sec
      Absolute time of acquisition (seconds since the

Epoch)

uint32_t tv_usec

Absolute time of acquistion (micro-seconds)

uint32_t nmarkers

Number of unrecognized markers.

float markers[0][3]

Array of marker positions.

markers[i][0] == EVAS_EMPTY means no data.