Skip to content

Commit 4eec3e0

Browse files
committed
changed default values to 0
1 parent 46cc1aa commit 4eec3e0

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
@@ -62,9 +62,9 @@ class LIBFREENECT2_API Frame
6262
width(width),
6363
height(height),
6464
bytes_per_pixel(bytes_per_pixel),
65-
exposure(30.f),
66-
gain(1.f),
67-
gamma(1.f)
65+
exposure(0.f),
66+
gain(0.f),
67+
gamma(0.f)
6868
{
6969
const size_t alignment = 64;
7070
size_t space = width * height * bytes_per_pixel + alignment;

0 commit comments

Comments
 (0)