(Kinect Library) dLibs_freenect
in
Library and Tool Development
•
2 years ago
i built a new KINECT LIBRARY for java/processing
project page (reference + download) : processing library - kinect
(please let me know if it works, ... or if there are any problems)
have a look at the README for use and installation:
------------------------------------------------------------------------------------------------------------
- this library is based on the libfreenect-software ( http://openkinect.org )
- it only works on windows Machines (winXP, win7, ... x86, x64)
- i tested it with the following processing versions:
"processing 1.07" to "processing 1.5"
- there is no guarantee that it really works on every machine
--------------------------------------------------------------------------------
ZIP_CONTENT:
1) processing examples
2) reference
3) source-code
4) library:
dlibs_freenect.jar
libfreenect/freenect.dll
kinect_driver_windows/xbox nui camera, ...motor, ...audio
calibration/kinect_calibration_red.yml, ...kinect_calibration_yellow.yml
--------------------------------------------------------------------------------
FEATURES:
- depth frame
- video frame (RGB, BAYER, IR, YUV, ...)
- 3D-DATA
- extended LED-control
- extended TILT-control
- color/depth mapping !!
- camera-calibration (data from file) --> for color/depth-mapping
- 3d-transformation
- built-in camera-cone
- basic console logging
- multiple kinects ( i tested it with two kinect-devices )
------------------------------------------------------------------------------------------------------------
cheers thomas
1