Registry / utility / realsense2

realsense2

JSON →
library2.56.5vcpkgunverified

Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).

vcpkg install realsense2
INSTALL
IMPORT
SIG · REALSENSE2
R
realsense2
utilitycppv2.56.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

librealsense2/rs.hpp
✓ #include <librealsense2/rs.hpp>

Query connected RealSense depth cameras

#include <librealsense2/rs.hpp> #include <iostream> int main() { rs2::context ctx; auto devices = ctx.query_devices(); if (devices.size() > 0) { std::cout << "RealSense device found\n"; } return 0; }
Debug
Known issues
gotchaRequires Intel RealSense hardware to function
fix
Ensure a compatible RealSense camera is connected at runtime
affects: *
Upgrade
Version history
2.56.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

realsense2 — pip install realsense2 · libregistry