Home
last modified time | relevance | path

Searched defs:rs_device (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/
H A Ddevice.h21 struct rs_device struct
43rs_device(std::shared_ptr<rsimpl::uvc::device> device, const rsimpl::static_device_info & info); argument
46 …am_interface & get_stream_interface(rs_stream stream) const { return *streams[stream]; } in get_stream_interface()
48 … const char * get_name() const { return config.info.name.c_str(); } in get_name()
49 …nst char * get_serial() const { return config.info.serial.c_str(); } in get_serial()
50 … get_firmware_version() const { return config.info.firmware_version.c_str(); } in get_firmware_version()
51 … float get_depth_scale() const { return config.depth_scale; } in get_depth_scale()
59 bool is_capturing() const { return capturing; } in is_capturing()
H A Ddevice.cpp9 rs_device::rs_device(std::shared_ptr<rsimpl::uvc::device> device, const rsimpl::static_device_info … in rs_device() function in rs_device
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/
H A Ddevice.h21 struct rs_device struct
43rs_device(std::shared_ptr<rsimpl::uvc::device> device, const rsimpl::static_device_info & info); argument
46 …am_interface & get_stream_interface(rs_stream stream) const { return *streams[stream]; } in get_stream_interface()
48 … const char * get_name() const { return config.info.name.c_str(); } in get_name()
49 …nst char * get_serial() const { return config.info.serial.c_str(); } in get_serial()
50 … get_firmware_version() const { return config.info.firmware_version.c_str(); } in get_firmware_version()
51 … float get_depth_scale() const { return config.depth_scale; } in get_depth_scale()
59 bool is_capturing() const { return capturing; } in is_capturing()
H A Ddevice.cpp9 rs_device::rs_device(std::shared_ptr<rsimpl::uvc::device> device, const rsimpl::static_device_info … in rs_device() function in rs_device
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.h154 typedef struct rs_device rs_device; typedef
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.h154 typedef struct rs_device rs_device; typedef