diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/realsense2/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/realsense2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/realsense2/vcpkg.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/vcpkg/ports/realsense2/vcpkg.json b/vcpkg/ports/realsense2/vcpkg.json new file mode 100644 index 0000000..e527c8f --- /dev/null +++ b/vcpkg/ports/realsense2/vcpkg.json @@ -0,0 +1,54 @@ +{ + "name": "realsense2", + "version": "2.56.3", + "port-version": 1, + "description": "Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).", + "homepage": "https://github.com/IntelRealSense/librealsense", + "license": "Apache-2.0", + "supports": "!uwp & !(windows & arm)", + "dependencies": [ + { + "name": "libusb", + "platform": "!windows" + }, + "lz4", + "nlohmann-json", + { + "name": "realsense2", + "default-features": false, + "features": [ + "rs-usb-backend" + ], + "platform": "android | osx" + }, + "stb", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "openni2": { + "description": "Build Intel® RealSense™ OpenNI2 driver", + "supports": "!static", + "dependencies": [ + "openni2" + ] + }, + "rs-usb-backend": { + "description": "Use RS USB backend", + "supports": "!windows", + "dependencies": [ + "libusb" + ] + }, + "tools": { + "description": "Build Intel® RealSense™ tools", + "supports": "!android" + } + } +} |