Skip to content

Commit 46cc1aa

Browse files
committed
changed default exposure to 30
1 parent 7417778 commit 46cc1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libfreenect2/frame_listener.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class LIBFREENECT2_API Frame
6262
width(width),
6363
height(height),
6464
bytes_per_pixel(bytes_per_pixel),
65-
exposure(1.f/30.f),
65+
exposure(30.f),
6666
gain(1.f),
6767
gamma(1.f)
6868
{

0 commit comments

Comments
 (0)