You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
the reference count on the numpy array passed in should have its reference count incremented so that the array will not be
deallocated when the caller deletes it
Related to the callback, in src/python/k4a/src/k4a/_bindings/k4a.py:
the declaration of the k4a_image_create_from_buffer has the incorrect callback function type (_memory_allocate_cb instead of the correct _memory_destroy_cb).