Skip to content

Commit c164d74

Browse files
authored
Update Readme for v0.9 release
1 parent 42d56c5 commit c164d74

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# buildLibrealsense2TX
22
Build librealsense 2.0 library on the NVIDIA Jetson TX Development kit. Jetson TX1 and Jetson TX2. Intel RealSense D400 series cameras.
33

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
66

7-
April, 2018
7+
July, 2018
88

99
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 ).
1010

@@ -57,17 +57,11 @@ The install script does the following:
5757
<ul>
5858
<li>Install dependencies</li>
5959
<li>Applies Jetson specific patches</li>
60-
<li>Adds CUDA support</li>
6160
<li>Sets up udev rules so the camera may be used in user space</li>
6261
<li>Builds librealsense, tools and demos</li>
6362
<li>Installs libraries and executables</li>
6463
</ul>
6564

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 (@Maghoumi https://github.com/Maghoumi/culibrealsense) for the CUDA code which forms the basis for the conversion
70-
7165
<h3>Tracking Module</h3>
7266
Some RealSense cameras have a tracking module. Here's some more info on that:
7367

@@ -80,6 +74,12 @@ In order to accomplish this add the driver's name *hid_sensor_custom* to `/etc/m
8074
$ echo 'hid_sensor_custom' | sudo tee -a /etc/modules`
8175

8276
<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>
81+
<li>L4T 28.2 / L4T 28.2.1 (JetPack 3.2.1)</li>
82+
<li>librealsense 2.13.0</li></ul>
8383

8484
<h4>May, 2018</h4>
8585
<strong>v0.81</strong>

0 commit comments

Comments
 (0)