APM:Libraries
|
#include <VideoIn.h>
Public Attributes | |
uint32_t | timestamp |
uint32_t | sequence |
void * | data |
Private Attributes | |
uint32_t | buf_index |
Friends | |
class | VideoIn |
|
private |
Definition at line 40 of file VideoIn.h.
Referenced by Linux::VideoIn::_dequeue_frame(), and Linux::VideoIn::put_frame().
void* Linux::VideoIn::Frame::data |
Definition at line 38 of file VideoIn.h.
Referenced by Linux::VideoIn::_dequeue_frame(), and Linux::OpticalFlow_Onboard::_run_optflow().
uint32_t Linux::VideoIn::Frame::sequence |
Definition at line 37 of file VideoIn.h.
Referenced by Linux::VideoIn::_dequeue_frame().
uint32_t Linux::VideoIn::Frame::timestamp |
Definition at line 36 of file VideoIn.h.
Referenced by Linux::VideoIn::_dequeue_frame(), and Linux::OpticalFlow_Onboard::_run_optflow().