We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2543c7 commit 7417778Copy full SHA for 7417778
include/libfreenect2/frame_listener.hpp
@@ -54,9 +54,9 @@ class LIBFREENECT2_API Frame
54
size_t height; ///< Number of lines in the frame.
55
size_t bytes_per_pixel; ///< Number of bytes in a pixel.
56
unsigned char* data; ///< Data of the frame (aligned).
57
- float exposure;
58
- float gain;
59
- float gamma;
+ float exposure; ///< Get the exposure time set by the color camera.
+ float gain; ///< Get the gain set by the color camera.
+ float gamma; ///< Get the gamma level set by the color camera.
60
61
Frame(size_t width, size_t height, size_t bytes_per_pixel) :
62
width(width),
0 commit comments