This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
projects:farmrobot:nvidia-jetson-tx1 [2021/01/10 02:12] jason |
projects:farmrobot:nvidia-jetson-tx1 [2021/01/10 19:28] (current) jason |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| | '' | | '' | ||
| - | ===== Running YOLOv5 with on-board camera ===== | + | ===== Running YOLOv5 with on-board |
| Arguments for NVIDIA' | Arguments for NVIDIA' | ||
| Line 13: | Line 13: | ||
| <file shell> | <file shell> | ||
| + | # On-board CSI camera | ||
| python3.8 detect.py --source " | python3.8 detect.py --source " | ||
| + | |||
| + | # External USB camera (Motion JPEG) | ||
| + | python3.8 detect.py --source " | ||
| </ | </ | ||
| + | |||
| + | <WRAP important> | ||
| + | In the example above, the on-board CSI camera is represented by ''/ | ||
| + | </ | ||
| + | |||
| + | <WRAP info> | ||
| + | See this [[https:// | ||
| + | </ | ||
| ===== Current data ===== | ===== Current data ===== | ||