We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0365dcf commit 4098ba0Copy full SHA for 4098ba0
README.md
@@ -89,6 +89,7 @@ To read from the sensor:
89
90
```python
91
try:
92
+ frame = [0]*768
93
mlx.getFrame(frame)
94
except ValueError:
95
continue
0 commit comments