We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7417778 commit 46cc1aaCopy full SHA for 46cc1aa
1 file changed
include/libfreenect2/frame_listener.hpp
@@ -62,7 +62,7 @@ class LIBFREENECT2_API Frame
62
width(width),
63
height(height),
64
bytes_per_pixel(bytes_per_pixel),
65
- exposure(1.f/30.f),
+ exposure(30.f),
66
gain(1.f),
67
gamma(1.f)
68
{
0 commit comments