Fawkes API
Fawkes Development Version
|
Image packet header. More...
#include <fuse.h>
Public Attributes | |
char | image_id [IMAGE_ID_MAX_LENGTH] |
image ID | |
uint32_t | format: 8 |
Image format. | |
uint32_t | colorspace: 16 |
color space | |
uint32_t | reserved: 8 |
reserved for future use | |
uint32_t | width |
width in pixels | |
uint32_t | height |
height in pixels | |
uint32_t | buffer_size |
size of following image buffer in bytes | |
int64_t | capture_time_sec |
capture time seconds part | |
int64_t | capture_time_usec |
capture time microseconds part |
Image packet header.
(server to client)
char firevision::FUSE_image_message_header_t::image_id[IMAGE_ID_MAX_LENGTH] |