Skip to content

Commit 7cb0d3c

Browse files
libasolespiedar
authored andcommitted
Updated sync_get_depth returns docstring (#585)
It actually returns shape:(480,640), just like sync_get_video Signed-off-by: Benn Snyder <[email protected]>
1 parent aca6046 commit 7cb0d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/python/freenect.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def sync_get_depth(index=0, format=DEPTH_11BIT):
491491
492492
Returns:
493493
(depth, timestamp) or None on error
494-
depth: A numpy array, shape:(640,480) dtype:np.uint16
494+
depth: A numpy array, shape:(480,640) dtype:np.uint16
495495
timestamp: int representing the time
496496
"""
497497
cdef void* data

0 commit comments

Comments
 (0)