Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 7d8ff87

Browse files
Update README.md
1 parent af8b9b1 commit 7d8ff87

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@
77
[license-image]: https://img.shields.io/github/license/mashape/apistatus.svg?style=flat
88
[license]: LICENSE
99

10-
This project is offering Node.js modules of [Intel® RealSense™ technology](http://www.intel.com/content/www/us/en/architecture-and-technology/realsense-overview.html) including Person Tracaking, Object Recognization, and SLAM capabilities. The target is [Intel® Joule™](https://software.intel.com/en-us/iot/hardware/joule) and ZR300 camera on top of Ubuntu 16.04 DT.
10+
This project is offering Node.js modules of [Intel® RealSense™ technology](http://www.intel.com/content/www/us/en/architecture-and-technology/realsense-overview.html) including Librealsense, Person Tracaking, Object Recognization, and SLAM capabilities. The target is [Intel® Joule™](https://software.intel.com/en-us/iot/hardware/joule) and ZR300 camera on top of Ubuntu 16.04 DT.
11+
12+
These modules have been registered as NPM packages, listed as below.
13+
* Librealsense module, [node-librealsense](https://www.npmjs.com/package/node-librealsense)
14+
* Person Tracking module, [node-person](https://www.npmjs.com/package/node-person)
15+
* Object Recognition module, [node-object](https://www.npmjs.com/package/node-object)
16+
* SLAM module, [node-slam](https://www.npmjs.com/package/node-slam)
17+
18+
For example, Person tracking module can be installed by following command.
19+
20+
npm install --save node-person
21+
22+
*[Note] The target platform of these modules is [Intel® Joule™](https://software.intel.com/en-us/iot/hardware/joule) and ZR300 camera on top of Ubuntu 16.04 DT, please prepare the hardware devices and [setup proper environment](https://github.com/01org/node-realsense/blob/master/doc/setup_environment.md) before install and use these modules.*
23+
24+
Besides the [API Specification](./doc/spec) and NPM package site, [JavaScript samples](https://github.com/01org/node-realsense/releases/download/v0.10.0/realsense_samples-0.10.0-node-realsense.tar.gz) are also good examples demonstrating how to use these modules.
1125

1226
## Documents
1327

0 commit comments

Comments
 (0)