Skip to content

Commit

Permalink
Update documentation for IR sensor functions.
Browse files Browse the repository at this point in the history
Signed-off-by: Benn Snyder <benn.snyder@gmail.com>
  • Loading branch information
piedar committed Oct 18, 2015
1 parent dcb2929 commit ad5b98d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/libfreenect.h
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ FREENECTAPI int freenect_set_depth_mode(freenect_device* dev, const freenect_fra
FREENECTAPI int freenect_set_flag(freenect_device *dev, freenect_flag flag, freenect_flag_value value);

/**
* Returns the brightness of the IR projector
* Returns the brightness of the IR sensor.
*
* @param dev Device to get IR brightness
*
Expand All @@ -680,7 +680,8 @@ FREENECTAPI int freenect_set_flag(freenect_device *dev, freenect_flag flag, free
FREENECTAPI int freenect_get_ir_brightness(freenect_device *dev);

/**
* Sets the brightness of the IR projector
* Sets the brightness of the IR sensor.
* Note that this does not change the intensity of the IR projector.
*
* @param dev Device to set IR brightness
* @param brighness Brightness value in range 1 - 50
Expand Down

0 comments on commit ad5b98d

Please sign in to comment.