Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 637 Bytes

get_started.md

File metadata and controls

24 lines (21 loc) · 637 Bytes

Get Started

Go to Setup Environment first to ensure all your hardware and software are ready.

For non-display usage

  • Init project
npm init
  • Install Node.JS modules (Take PT for eg)
npm install --save person-tracking

Note: Use below steps instead before we officially register on https://www.npmjs.com

git clone ssh://[email protected]/otcshare/node-realsense ~/node-realsense
cd ~/node-realsense/src/person-tracking
npm run-script maketarball
cd <your_project_path>
npm install --save ~/node-realsense/src/person-tracking/*.tar.gz

Code time (TODO)

For display usage (TODO)