Skip to content

Commit 7cd28e0

Browse files
committed
Examples improvements
1 parent a3816d6 commit 7cd28e0

File tree

2 files changed

+612
-18
lines changed

2 files changed

+612
-18
lines changed

python/examples/davis346_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ def to_python(key: str, value: typing.Any):
256256
app.run()
257257
context["running"] = False
258258
camera_thread.join()
259-
device.__exit__(None, None, None)
259+
device.close()

0 commit comments

Comments
 (0)