#include <camera.h>
Definition at line 11 of file camera.h.
v4l_capture::v4l_capture |
( |
| ) |
|
v4l_capture::~v4l_capture |
( |
| ) |
|
uchar * v4l_capture::capture |
( |
| ) |
|
bool v4l_capture::close_device |
( |
void |
| ) |
|
|
private |
int v4l_capture::getHeight |
( |
| ) |
|
int v4l_capture::getWidth |
( |
| ) |
|
int v4l_capture::init |
( |
size_t |
_width, |
|
|
size_t |
_height, |
|
|
unsigned int |
devId |
|
) |
| |
bool v4l_capture::init_all |
( |
size_t |
_width, |
|
|
size_t |
_height, |
|
|
unsigned int |
_devId |
|
) |
| |
|
private |
bool v4l_capture::init_device |
( |
void |
| ) |
|
|
private |
bool v4l_capture::init_mmap |
( |
void |
| ) |
|
|
private |
bool v4l_capture::open_device |
( |
void |
| ) |
|
|
private |
bool v4l_capture::read_frame |
( |
void |
| ) |
|
|
private |
bool v4l_capture::start_capturing |
( |
void |
| ) |
|
|
private |
bool v4l_capture::stop_capturing |
( |
void |
| ) |
|
|
private |
void v4l_capture::uninit_device |
( |
void |
| ) |
|
|
private |
bool v4l_capture::uninit_mmap |
( |
void |
| ) |
|
|
private |
bool v4l_capture::write_img |
( |
uchar * |
ret | ) |
|
|
private |
std::string v4l_capture::dev_name |
|
private |
cv::Mat v4l_capture::frame |
|
private |
unsigned int v4l_capture::n_buffers |
|
private |
The documentation for this class was generated from the following files: