cameraImageMsg¶
Defines
- 
MAX_FILENAME_LENGTH¶
- 
struct CameraImageMsg¶
- #include <cameraImageMsg.h>Structure used to define the image. Structure used to define the output definition for attitude guidance Public Members - 
double timeTag¶
- [s] 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 
 
- 
double