#include <camera_messages.h>
Data Fields | |
| int | width |
| int | height |
| int | bytes_per_pixel |
| int | image_size |
| char * | image |
| double | timestamp |
| char * | host |
Definition at line 48 of file camera_messages.h.
|
|
Usually 3 (RGB). Definition at line 51 of file camera_messages.h. |
|
|
The y dimension of the image in pixels. Definition at line 50 of file camera_messages.h. |
|
|
width*height*bytes_per_pixel. Definition at line 52 of file camera_messages.h. |
|
|
The x dimension of the image in pixels. Definition at line 49 of file camera_messages.h. |
1.4.4