1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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"
}
}
}
|