Skip to content

Commit 45f23dc

Browse files
committed
update README with product photos
1 parent 65c808c commit 45f23dc

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ python examples/stream_hub.py --port /dev/ttyUSB0 --baud 1500000 --rows 16 --col
3838
|-----------|-------|-------|-----------------|
3939
| 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` |
4040
| 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 187 | 17x11 | <img src="assets/sensx_17x11.png" width="100"> | `python examples/stream_one.py --port /dev/ttyUSB0 --baud 921600 --rows 17 --cols 11` |
4142
| 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` |
43-
| SensX 2x160 | 2x(20x8) | To be updated | `python examples/stream_hub.py --port /dev/ttyUSB0 --baud 921600 --rows 20 --cols 8` |
43+
| SensX 2x192 | 2x(16x12) | <img src="assets/sensx_2x16x12.png" width="100"> | `python examples/stream_hub.py --port /dev/ttyUSB0 --baud 1500000 --rows 16 --cols 12` |
44+
| SensX 2x160 | 2x(20x8) | <img src="assets/sensx_2x20x8.png" width="100"> | `python examples/stream_hub.py --port /dev/ttyUSB0 --baud 921600 --rows 20 --cols 8` |
4445

4546

4647
## Quick Start
@@ -92,6 +93,10 @@ with SensX(port="/dev/ttyUSB0") as sensor:
9293
| `latest_timestamp` | `time.perf_counter()` of the most recent frame |
9394
| `on_frame` | Callback: `fn(frame: np.ndarray, ts: float)` |
9495

96+
### `SensXHub(port, baud_rate=15_000_000, num_sensors=2, rows=16, cols=12, init_cmd=DEFAULT_INIT_CMD)`
97+
98+
Supports up to 5 sensors (headers `0xAAAA`, `0xBBBB`, `0xCCCC`, `0xDDDD`, `0xEEEE`).
99+
95100

96101
## Performance
97102
When testing on windows OS, in the case of Frequency drop:

assets/sensx_17x11.png

353 KB
Loading

assets/sensx_2x16x12.png

1.58 MB
Loading

assets/sensx_2x20x8.png

395 KB
Loading

0 commit comments

Comments
 (0)