Skip to content

Commit ad5b98d

Browse files
committed
Update documentation for IR sensor functions.
Signed-off-by: Benn Snyder <[email protected]>
1 parent dcb2929 commit ad5b98d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/libfreenect.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ FREENECTAPI int freenect_set_depth_mode(freenect_device* dev, const freenect_fra
671671
FREENECTAPI int freenect_set_flag(freenect_device *dev, freenect_flag flag, freenect_flag_value value);
672672

673673
/**
674-
* Returns the brightness of the IR projector
674+
* Returns the brightness of the IR sensor.
675675
*
676676
* @param dev Device to get IR brightness
677677
*
@@ -680,7 +680,8 @@ FREENECTAPI int freenect_set_flag(freenect_device *dev, freenect_flag flag, free
680680
FREENECTAPI int freenect_get_ir_brightness(freenect_device *dev);
681681

682682
/**
683-
* Sets the brightness of the IR projector
683+
* Sets the brightness of the IR sensor.
684+
* Note that this does not change the intensity of the IR projector.
684685
*
685686
* @param dev Device to set IR brightness
686687
* @param brighness Brightness value in range 1 - 50

0 commit comments

Comments
 (0)