Skip to content

Commit 7417778

Browse files
committed
added doxygen comments
1 parent f2543c7 commit 7417778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/libfreenect2/frame_listener.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ class LIBFREENECT2_API Frame
5454
size_t height; ///< Number of lines in the frame.
5555
size_t bytes_per_pixel; ///< Number of bytes in a pixel.
5656
unsigned char* data; ///< Data of the frame (aligned).
57-
float exposure;
58-
float gain;
59-
float gamma;
57+
float exposure; ///< Get the exposure time set by the color camera.
58+
float gain; ///< Get the gain set by the color camera.
59+
float gamma; ///< Get the gamma level set by the color camera.
6060

6161
Frame(size_t width, size_t height, size_t bytes_per_pixel) :
6262
width(width),

0 commit comments

Comments
 (0)