-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to control IR sensor intensity #433
Comments
Patch information From 4e1603beb63d3117e22b2f3e8905da0ef5924213 Mon Sep 17 00:00:00 2001
1.9.1 |
Could you please send this as a pull request on Github? |
Not sure how to do that exactly... |
@zhumxcq First, you have to create your own fork of libfreenect on github. For the rest, there's a good tutorial available here: https://help.github.com/articles/creating-a-pull-request/ |
I was going to merge it manually, but I have been lazy... |
Brightness must be in the range 1 - 50. |
Signed-off-by: Benn Snyder <benn.snyder@gmail.com>
* commit 'v0.5.2-2-g68073c3': Return int from freenect_get_ir_brightness() - fixes OpenKinect#433 Add ability to control IR projector brightness - fixes OpenKinect#433 Update CMakeLists.txt for v0.5.2 Let CMake find OpenGL/GLUT automatically python: Fix version detection python: Use list comprehension so setup.py runs on python3 - fixes OpenKinect#429 examples: Do not require all dependencies; skip building examples with missing dependencies win32: Compiles as pure C win32: Fix c_sync build win32: Fix compiler errors Add freenect-camtest example for headless testing - fixes OpenKinect#428 Update README.md Fix compiler warning by anonymizing enum; touch up indentation Negotiate maximum USB packet length fixed environment variable for Darwin OpenNI2-FreenectDriver: Expose USB VID/PID to OpenNI - fixes OpenKinect#422 Add support for near mode (K4W only) Adds zbuffer to the mapping of rgb to depth clear rgb pixels without depth data for map_rgb_to_depth add freenect_map_rgb_to_depth helper function (untested)
* dfsg: Return int from freenect_get_ir_brightness() - fixes OpenKinect#433 Add ability to control IR projector brightness - fixes OpenKinect#433 Update CMakeLists.txt for v0.5.2 Let CMake find OpenGL/GLUT automatically python: Fix version detection python: Use list comprehension so setup.py runs on python3 - fixes OpenKinect#429 examples: Do not require all dependencies; skip building examples with missing dependencies win32: Compiles as pure C win32: Fix c_sync build win32: Fix compiler errors Add freenect-camtest example for headless testing - fixes OpenKinect#428 Update README.md Fix compiler warning by anonymizing enum; touch up indentation Negotiate maximum USB packet length fixed environment variable for Darwin OpenNI2-FreenectDriver: Expose USB VID/PID to OpenNI - fixes OpenKinect#422 Add support for near mode (K4W only) Adds zbuffer to the mapping of rgb to depth clear rgb pixels without depth data for map_rgb_to_depth add freenect_map_rgb_to_depth helper function (untested)
Needs documentation update. |
Updated documentation in ad5b98d. |
Add a function like
and implement it by sending a control command with parameter 0x0015.
Requested by @zhumxcq
The text was updated successfully, but these errors were encountered: