We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb4198 commit 6236635Copy full SHA for 6236635
include/libfreenect2/frame_listener.hpp
@@ -67,7 +67,7 @@ class LIBFREENECT2_API Frame
67
size_t height; ///< Number of lines in the frame.
68
size_t bytes_per_pixel; ///< Number of bytes in a pixel. If frame format is 'Raw' this is the buffer size.
69
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).
+ uint32_t timestamp; ///< Unit: 0.125 millisecond. Usually incrementing by 266 (30Hz) or 533 (15Hz).
71
uint32_t sequence; ///< Increasing frame sequence number
72
float exposure; ///< From 0.5 (very bright) to ~60.0 (fully covered)
73
float gain; ///< From 1.0 (bright) to 1.5 (covered)
0 commit comments