File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,25 +20,26 @@ sudo chmod a+rw /dev/ttyUSB0
2020
2121``` bash
2222# Print sensor grid (default: 5x5)
23- python examples/stream_example .py
23+ python examples/stream_one .py
2424
2525# Specify sensor size
26- python examples/stream_example .py --rows 20 --cols 8
26+ python examples/stream_one .py --rows 20 --cols 8
2727
2828# Measure frame rate
29- python examples/stream_example .py --benchmark
29+ python examples/stream_one .py --benchmark
3030
31- # All options
32- python examples/stream_example .py --port /dev/ttyUSB0 --baud 921600 --rows 5 --cols 5
31+ # Hub with two sensors
32+ python examples/stream_hub .py --port /dev/ttyUSB0 --baud 1500000 --rows 16 --cols 12
3333```
3434
3535### Supported Sensors
3636
3737| Model | Grid | Image | Example Command |
3838| -----------| -------| -------| -----------------|
39- | SensX 25 | 5x5 | <img src =" assets/sensx_5x5.png " width =" 100 " > | ` python examples/stream_example.py --port /dev/ttyUSB0 --baud 921600 --rows 5 --cols 5 ` |
40- | SensX 160 | 20x8 | <img src =" assets/sensx_20x8.png " width =" 100 " > | ` python examples/stream_example.py --port /dev/ttyUSB0 --baud 921600 --rows 20 --cols 8 ` |
41- | SensX 192 | 16x12 | <img src =" assets/sensx_16x12.png " width =" 100 " > | ` python examples/stream_example.py --port /dev/ttyUSB0 --baud 1500000 --rows 16 --cols 12 ` |
39+ | SensX 25 | 5x5 | <img src =" assets/sensx_5x5.png " width =" 100 " > | ` python examples/stream_one.py --port /dev/ttyUSB0 --baud 921600 --rows 5 --cols 5 ` |
40+ | SensX 160 | 20x8 | <img src =" assets/sensx_20x8.png " width =" 100 " > | ` python examples/stream_one.py --port /dev/ttyUSB0 --baud 921600 --rows 20 --cols 8 ` |
41+ | SensX 192 | 16x12 | <img src =" assets/sensx_16x12.png " width =" 100 " > | ` python examples/stream_one.py --port /dev/ttyUSB0 --baud 1500000 --rows 16 --cols 12 ` |
42+ | SensX 2x192 | 2x(16x12) | To be updated | ` python examples/stream_hub.py --port /dev/ttyUSB0 --baud 1500000 --rows 16 --cols 12 ` |
4243
4344
4445## Quick Start
You can’t perform that action at this time.
0 commit comments