You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# buildLibrealsense2TX
2
2
Build librealsense 2.0 library on the NVIDIA Jetson TX Development kit. Jetson TX1 and Jetson TX2. Intel RealSense D400 series cameras.
3
3
4
-
This is for version L4T 28.2 (JetPack 3.2)
5
-
librealsense v2.10.4
4
+
This is for version L4T 28.2 / L4T 28.2.1 (JetPack 3.2.1)
5
+
librealsense v2.13.0
6
6
7
-
April, 2018
7
+
July, 2018
8
8
9
9
In order for librealsense to work properly, the kernel image must be rebuilt and patches applied to the UVC module and some other support modules. Running installLibrealsense.sh alone will appear to make the camera mostly work but will be missing features such as frame metadata support ( https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md ).
10
10
@@ -57,17 +57,11 @@ The install script does the following:
57
57
<ul>
58
58
<li>Install dependencies</li>
59
59
<li>Applies Jetson specific patches</li>
60
-
<li>Adds CUDA support</li>
61
60
<li>Sets up udev rules so the camera may be used in user space</li>
62
61
<li>Builds librealsense, tools and demos</li>
63
62
<li>Installs libraries and executables</li>
64
63
</ul>
65
64
66
-
<h3>CUDA</h3>
67
-
There is added CUDA support for converting yuy2 images to RGB/BGR/RGBA/BGRA. The Cmake flag is USE_CUDA, e.g. -DUSE_CUDA=true
68
-
69
-
Special thanks to Mehran Maghoumi (@Maghoumihttps://github.com/Maghoumi/culibrealsense) for the CUDA code which forms the basis for the conversion
70
-
71
65
<h3>Tracking Module</h3>
72
66
Some RealSense cameras have a tracking module. Here's some more info on that:
73
67
@@ -80,6 +74,12 @@ In order to accomplish this add the driver's name *hid_sensor_custom* to `/etc/m
80
74
$ echo 'hid_sensor_custom' | sudo tee -a /etc/modules`
81
75
82
76
<h2>Releases</h2>
77
+
<h4>July, 2018</h4>
78
+
<strong>v0.9</strong>
79
+
<ul><li>librealsense now has natic CUDA support (v2.13.0) </li>
80
+
<li>librealsense v2.13.0 requires CMake 3.8+; Jetson has 3.5.1 so CMake is rebuilt</li>
0 commit comments