From 82f0c799df61a218fe75a06f94834abdd6b55f68 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Thu, 30 May 2019 16:20:04 -0300 Subject: [PATCH] Updated sync_get_depth returns docstring It actually returns shape:(480,640), just like sync_get_video --- wrappers/python/freenect.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/python/freenect.pyx b/wrappers/python/freenect.pyx index 99b1ab89..caa947c6 100644 --- a/wrappers/python/freenect.pyx +++ b/wrappers/python/freenect.pyx @@ -491,7 +491,7 @@ def sync_get_depth(index=0, format=DEPTH_11BIT): Returns: (depth, timestamp) or None on error - depth: A numpy array, shape:(640,480) dtype:np.uint16 + depth: A numpy array, shape:(480,640) dtype:np.uint16 timestamp: int representing the time """ cdef void* data