Home
last modified time | relevance | path

Searched refs:RS_API_VERSION (Results 1 – 5 of 5) sorted by relevance

/dports/misc/visp/visp-3.4.0/cmake/
H A DFindRealSense.cmake116 …_parse_header("${REALSENSE_INCLUDE_DIRS}/librealsense/rs.h" REALSENSE_VERSION_LINES RS_API_VERSION)
117 set(REALSENSE_VERSION "${RS_API_VERSION}")
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.h11 #define RS_API_VERSION 4 macro
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.h11 #define RS_API_VERSION 4 macro
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/
H A Drs.cpp47 if (api_version != RS_API_VERSION) throw std::runtime_error("api version mismatch"); in rs_create_context()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/
H A Drs.cpp47 if (api_version != RS_API_VERSION) throw std::runtime_error("api version mismatch"); in rs_create_context()