Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <l500.h>
Public Member Functions | |
std::shared_ptr< device_interface > | create (std::shared_ptr< context > ctx, bool register_device_notifications) const override |
l500_info (std::shared_ptr< context > ctx, std::vector< platform::uvc_device_info > depth, platform::usb_device_info hwm) | |
platform::backend_device_group | get_device_data () const override |
![]() | |
virtual std::shared_ptr< device_interface > | create_device (bool register_device_notifications=false) const |
virtual | ~device_info ()=default |
virtual bool | operator== (const device_info &other) const |
Static Public Member Functions | |
static std::vector< std::shared_ptr< device_info > > | pick_l500_devices (std::shared_ptr< context > ctx, std::vector< platform::uvc_device_info > &platform, std::vector< platform::usb_device_info > &usb) |
Additional Inherited Members | |
![]() | |
device_info (std::shared_ptr< context > backend) | |
![]() | |
std::shared_ptr< context > | _ctx |
|
inline |
|
overridevirtual |
Implements librealsense::device_info.
|
inlineoverridevirtual |
Implements librealsense::device_info.
|
static |