Skip to content

Commit 6236635

Browse files
committed
docs: Fix a typo
1 parent 0fb4198 commit 6236635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libfreenect2/frame_listener.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class LIBFREENECT2_API Frame
6767
size_t height; ///< Number of lines in the frame.
6868
size_t bytes_per_pixel; ///< Number of bytes in a pixel. If frame format is 'Raw' this is the buffer size.
6969
unsigned char* data; ///< Data of the frame (aligned). @see See Frame::Type for pixel format.
70-
uint32_t timestamp; ///< Unit: 0.125 millisecond. Usually incrementing by 233 (30Hz) or 533 (15Hz).
70+
uint32_t timestamp; ///< Unit: 0.125 millisecond. Usually incrementing by 266 (30Hz) or 533 (15Hz).
7171
uint32_t sequence; ///< Increasing frame sequence number
7272
float exposure; ///< From 0.5 (very bright) to ~60.0 (fully covered)
7373
float gain; ///< From 1.0 (bright) to 1.5 (covered)

0 commit comments

Comments
 (0)