CameraImageMsgPayload¶
Defines
- 
MAX_FILENAME_LENGTH¶
- 
struct CameraImageMsgPayload¶
- #include <CameraImageMsgPayload.h>Structure used to define the image. Structure used to define the output definition for attitude guidance Public Members - 
uint64_t timeTag¶
- —[ns] Current vehicle time-tag associated with measurements*/ 
 - 
int valid¶
- — A valid image is present for 1, 0 if not*/ 
 - 
int64_t cameraID¶
- — [-] ID of the camera that took the snapshot*/ 
 - 
void *imagePointer¶
- — Pointer to the image 
 - 
int32_t imageBufferLength¶
- — Length of the buffer for recasting 
 - 
int8_t imageType¶
- — Number of channels in each pixel, RGB = 3, RGBA = 4 
 
- 
uint64_t timeTag¶