ALL the data for one frame streamed from Cortex. More...
#include <cortex.h>
Public Attributes | |
sAnalogData | AnalogData |
The analog data packaged. | |
sBodyData | BodyData [MAX_N_BODIES] |
The data for each body. | |
float | fDelay |
Total time (seconds) from Camera to the Host sending the data. | |
int32_t | iFrame |
Cortex's frame number. | |
int | nBodies |
The bodies should match the descriptions. | |
int | nUnidentifiedMarkers |
Number of unrecognized markers. | |
sRecordingStatus | RecordingStatus |
Info about name and frames being recorded. | |
tMarkerData * | UnidentifiedMarkers |
The unrecognized markers. |
ALL the data for one frame streamed from Cortex.
This include the two items that describe the frame. The first is the frame number. The second is the time delay measuring the delay between the real world action and the host sending this frame. The actual data for the frame includes the data for each body, the unidentified markers, and data that is associated with the analog captures.
int32_t sFrameOfData::iFrame |