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 a3816d6 commit 7cd28e0Copy full SHA for 7cd28e0
python/examples/davis346_display.py
@@ -256,4 +256,4 @@ def to_python(key: str, value: typing.Any):
256
app.run()
257
context["running"] = False
258
camera_thread.join()
259
- device.__exit__(None, None, None)
+ device.close()
0 commit comments