Skip to content

Commit

Permalink
add CSI camera sample description
Browse files Browse the repository at this point in the history
  • Loading branch information
otamajakusi committed May 5, 2021
1 parent 77c133a commit 0576fba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ cp my-weights.pt /path/to/weights
xhost +local:
docker run -it --rm --runtime nvidia --network host --device /dev/video0:/dev/video0:mrw -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix -v /path/to/weights:/weights yolov5 python3 detect.py --source 0 --weights /weights/my-weights.pt
```

## run csi-camera sample
for more details: https://github.com/JetsonHacksNano/CSI-Camera
```
./run-csi-camera.sh
```

0 comments on commit 0576fba

Please sign in to comment.