Skip to content

Commit a509269

Browse files
Update README.md
1 parent 368ff4a commit a509269

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ pip install .
3737
pip install .[examples]
3838
```
3939

40+
### Building with realsense camera
41+
First make sure that [librealsense](https://github.com/IntelRealSense/librealsense) is installed. It should be the case if you followed the conda-based installation.
42+
Then build with:
43+
44+
`pip install . --config-settings="cmake.define.USE_REALSENSE=ON"`
45+
4046
# Example scripts
4147
As example usage of the library, we provide several scripts:
4248
* `run_image_dir_example.py`: single object tracking using color and depth images from filesystem;
@@ -97,4 +103,4 @@ python examples/run_realsense_example.py --use_region --use_depth -b obj_000014
97103
Keyboard commands:
98104
- `q`: exit;
99105
- `d`: initialize object pose;
100-
- `x`: start/restart tracking.
106+
- `x`: start/restart tracking.

0 commit comments

Comments
 (0)