#include <backend-v4l2.h>
|
| v4l_uvc_meta_device (const uvc_device_info &info, bool use_memory_map=false) |
|
| ~v4l_uvc_meta_device () |
|
void | close (stream_profile) override |
|
std::string | fourcc_to_string (uint32_t id) const |
|
std::string | get_device_location () const override |
|
power_state | get_power_state () const override |
|
std::vector< stream_profile > | get_profiles () const override |
|
bool | get_pu (rs2_option opt, int32_t &value) const override |
|
control_range | get_pu_range (rs2_option option) const override |
|
usb_spec | get_usb_specification () const override |
|
bool | get_xu (const extension_unit &xu, uint8_t control, uint8_t *data, int size) const override |
|
control_range | get_xu_range (const extension_unit &xu, uint8_t control, int len) const override |
|
void | init_xu (const extension_unit &) override |
|
void | lock () const override |
|
void | poll () |
|
void | probe_and_commit (stream_profile profile, frame_callback callback, int buffers) override |
|
void | set_power_state (power_state state) override |
|
bool | set_pu (rs2_option opt, int32_t value) override |
|
bool | set_xu (const extension_unit &xu, uint8_t control, const uint8_t *data, int size) override |
|
void | signal_stop () |
|
void | start_callbacks () override |
|
void | stop_callbacks () override |
|
void | stream_on (std::function< void(const notification &n)> error_handler) override |
|
void | unlock () const override |
|
| v4l_uvc_device (const uvc_device_info &info, bool use_memory_map=false) |
|
| ~v4l_uvc_device () override |
|
virtual | ~uvc_device ()=default |
|
Definition at line 349 of file backend-v4l2.h.
librealsense::platform::v4l_uvc_meta_device::v4l_uvc_meta_device |
( |
const uvc_device_info & |
info, |
|
|
bool |
use_memory_map = false |
|
) |
| |
librealsense::platform::v4l_uvc_meta_device::~v4l_uvc_meta_device |
( |
| ) |
|
void librealsense::platform::v4l_uvc_meta_device::acquire_metadata |
( |
buffers_mgr & |
buf_mgr, |
|
|
fd_set & |
fds, |
|
|
bool |
compressed_format = false |
|
) |
| |
|
protectedvirtual |
void librealsense::platform::v4l_uvc_meta_device::allocate_io_buffers |
( |
size_t |
num | ) |
|
|
protectedvirtual |
void librealsense::platform::v4l_uvc_meta_device::map_device_descriptor |
( |
| ) |
|
|
protectedvirtual |
void librealsense::platform::v4l_uvc_meta_device::negotiate_kernel_buffers |
( |
size_t |
num | ) |
const |
|
protectedvirtual |
void librealsense::platform::v4l_uvc_meta_device::prepare_capture_buffers |
( |
| ) |
|
|
protectedvirtual |
void librealsense::platform::v4l_uvc_meta_device::streamoff |
( |
| ) |
const |
|
protectedvirtual |
void librealsense::platform::v4l_uvc_meta_device::streamon |
( |
| ) |
const |
|
protectedvirtual |
void librealsense::platform::v4l_uvc_meta_device::unmap_device_descriptor |
( |
| ) |
|
|
protectedvirtual |
std::vector<std::shared_ptr<buffer> > librealsense::platform::v4l_uvc_meta_device::_md_buffers |
|
protected |
int librealsense::platform::v4l_uvc_meta_device::_md_fd = -1 |
|
protected |
std::string librealsense::platform::v4l_uvc_meta_device::_md_name = "" |
|
protected |
stream_profile librealsense::platform::v4l_uvc_meta_device::_md_profile |
|
protected |
The documentation for this class was generated from the following files: