#include <fw_camera_interface.H>
Public Member Functions | |
frame_info_t () | |
Public Attributes | |
unsigned char * | rgb_buf |
unsigned | height |
unsigned | width |
bool | color |
double | tstamp |
cajun::frame_info_t::frame_info_t | ( | ) | [inline] |
Referenced by cajun::fw_camera_t::handle_input(), and fw_camera_observer_t::image().
unsigned cajun::frame_info_t::height |
Referenced by cajun::fw_camera_t::handle_input(), and fw_camera_observer_t::image().
unsigned char* cajun::frame_info_t::rgb_buf |
Referenced by cajun::fw_camera_t::handle_input(), and fw_camera_observer_t::image().
double cajun::frame_info_t::tstamp |
Referenced by cajun::fw_camera_t::handle_input(), and fw_camera_observer_t::image().
unsigned cajun::frame_info_t::width |
Referenced by cajun::fw_camera_t::handle_input(), and fw_camera_observer_t::image().