etiennedub / pyk4a

Python 3 wrapper for Azure-Kinect-Sensor-SDK
MIT License
287 stars 81 forks source link

Fixing the context manager for playback objects #181

Closed chrismeunier closed 1 year ago

chrismeunier commented 1 year ago

As mentioned in #180 : the __exit__() method should be able to receive 4 arguments. Also fixed a small typo in playback.py (and corresponding tests).