#include <camera_driver.h>
|
| static void | AutoControlsCallbackAdapter (enum uvc_status_class status_class, int event, int selector, enum uvc_status_attribute status_attribute, void *data, size_t data_len, void *ptr) |
| |
| static void | ImageCallbackAdapter (uvc_frame_t *frame, void *ptr) |
| |
Definition at line 16 of file camera_driver.h.
| libuvc_camera::CameraDriver::~CameraDriver |
( |
| ) |
|
| void libuvc_camera::CameraDriver::AutoControlsCallback |
( |
enum uvc_status_class |
status_class, |
|
|
int |
event, |
|
|
int |
selector, |
|
|
enum uvc_status_attribute |
status_attribute, |
|
|
void * |
data, |
|
|
size_t |
data_len |
|
) |
| |
|
private |
| void libuvc_camera::CameraDriver::AutoControlsCallbackAdapter |
( |
enum uvc_status_class |
status_class, |
|
|
int |
event, |
|
|
int |
selector, |
|
|
enum uvc_status_attribute |
status_attribute, |
|
|
void * |
data, |
|
|
size_t |
data_len, |
|
|
void * |
ptr |
|
) |
| |
|
staticprivate |
| void libuvc_camera::CameraDriver::CloseCamera |
( |
| ) |
|
|
private |
| enum uvc_frame_format libuvc_camera::CameraDriver::GetVideoMode |
( |
std::string |
vmode | ) |
|
|
private |
| void libuvc_camera::CameraDriver::ImageCallback |
( |
uvc_frame_t * |
frame | ) |
|
|
private |
| void libuvc_camera::CameraDriver::ImageCallbackAdapter |
( |
uvc_frame_t * |
frame, |
|
|
void * |
ptr |
|
) |
| |
|
staticprivate |
| void libuvc_camera::CameraDriver::OpenCamera |
( |
UVCCameraConfig & |
new_config | ) |
|
|
private |
| void libuvc_camera::CameraDriver::ReconfigureCallback |
( |
UVCCameraConfig & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
private |
| bool libuvc_camera::CameraDriver::Start |
( |
| ) |
|
| void libuvc_camera::CameraDriver::Stop |
( |
| ) |
|
| UVCCameraConfig libuvc_camera::CameraDriver::config_ |
|
private |
| bool libuvc_camera::CameraDriver::config_changed_ |
|
private |
| dynamic_reconfigure::Server<UVCCameraConfig> libuvc_camera::CameraDriver::config_server_ |
|
private |
| uvc_context_t* libuvc_camera::CameraDriver::ctx_ |
|
private |
| uvc_device_t* libuvc_camera::CameraDriver::dev_ |
|
private |
| uvc_device_handle_t* libuvc_camera::CameraDriver::devh_ |
|
private |
| const int libuvc_camera::CameraDriver::kReconfigureClose = 3 |
|
staticprivate |
| const int libuvc_camera::CameraDriver::kReconfigureRunning = 0 |
|
staticprivate |
| const int libuvc_camera::CameraDriver::kReconfigureStop = 1 |
|
staticprivate |
| boost::recursive_mutex libuvc_camera::CameraDriver::mutex_ |
|
private |
| uvc_frame_t* libuvc_camera::CameraDriver::rgb_frame_ |
|
private |
| State libuvc_camera::CameraDriver::state_ |
|
private |
The documentation for this class was generated from the following files: