-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a context manager for playback objects #130
Conversation
* fix install fail on recent python with python_version requirement * Add functions to access system timestamps for each image (etiennedub#122) * fix memory usage problem for calls to capture.transformed_ir (etiennedub#125) * version 1.2.4 Co-authored-by: Johan von Forstner <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #130 +/- ##
===========================================
- Coverage 86.47% 86.15% -0.33%
===========================================
Files 10 10
Lines 710 715 +5
===========================================
+ Hits 614 616 +2
- Misses 96 99 +3
Continue to review full report at Codecov.
|
Hi and thank you for the PR! |
Yeah...I don't know why I didn't do my changes on develop to start with. Will update soon. |
rebase develop with master and merging develop back
Updated my branch. |
* fix install fail on recent python with python_version requirement * Add functions to access system timestamps for each image (#122) * fix memory usage problem for calls to capture.transformed_ir (#125) * version 1.2.4 * Adding a context manager for playback objects (#130) * Added support for with statements Co-authored-by: David Dunn <[email protected]> * Windows sdk autodetection (#132) * Autodetecting Kinect SDK for windows * Fixes * Fixes * DLL Autodetection * Latest fixes * update version * rephrase readme * refactor and add K4A_DLL_DIR * minor readme change * rename loader to module * fix multiline string * Update module.py fix lint * Minor fix Co-authored-by: Louis-Philippe Asselin <[email protected]> * Add develop branch for ci target (#139) Co-authored-by: Johan von Forstner <[email protected]> Co-authored-by: Louis-Philippe Asselin <[email protected]> Co-authored-by: David Dunn <[email protected]> Co-authored-by: David Dunn <[email protected]> Co-authored-by: Ilya Gruzinov <[email protected]>
* fix install fail on recent python with python_version requirement * Add functions to access system timestamps for each image (#122) * fix memory usage problem for calls to capture.transformed_ir (#125) * version 1.2.4 * Adding a context manager for playback objects (#130) * Added support for with statements Co-authored-by: David Dunn <[email protected]> * Windows sdk autodetection (#132) * Autodetecting Kinect SDK for windows * Fixes * Fixes * DLL Autodetection * Latest fixes * update version * rephrase readme * refactor and add K4A_DLL_DIR * minor readme change * rename loader to module * fix multiline string * Update module.py fix lint * Minor fix Co-authored-by: Louis-Philippe Asselin <[email protected]> * Add develop branch for ci target (#139) * rename 1.2.5 to 1.3.0 Co-authored-by: Johan von Forstner <[email protected]> Co-authored-by: Louis-Philippe Asselin <[email protected]> Co-authored-by: David Dunn <[email protected]> Co-authored-by: David Dunn <[email protected]> Co-authored-by: Ilya Gruzinov <[email protected]>
With statements keep things tidy. So I added support for them in the playback object.