Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wrappers/python/freenect.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down