You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way to test libfreenect without an X session. freenect-camtest is a simple C example that does not require OpenGL or pthreads. It starts depth and video streams and prints a message for each frame received. Stop by pressing Ctrl+C or killing the process with SIGINT, SIGTERM, or SIGQUIT.
The text was updated successfully, but these errors were encountered:
* commit 'v0.5.2-2-g68073c3':
Return int from freenect_get_ir_brightness() - fixesOpenKinect#433
Add ability to control IR projector brightness - fixesOpenKinect#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 - fixesOpenKinect#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 - fixesOpenKinect#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 - fixesOpenKinect#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)
yarikoptic
added a commit
to yarikoptic/libfreenect
that referenced
this issue
Feb 14, 2015
* dfsg:
Return int from freenect_get_ir_brightness() - fixesOpenKinect#433
Add ability to control IR projector brightness - fixesOpenKinect#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 - fixesOpenKinect#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 - fixesOpenKinect#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 - fixesOpenKinect#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)
There should be a way to test libfreenect without an X session.
freenect-camtest
is a simple C example that does not require OpenGL or pthreads. It starts depth and video streams and prints a message for each frame received. Stop by pressing Ctrl+C or killing the process with SIGINT, SIGTERM, or SIGQUIT.The text was updated successfully, but these errors were encountered: