Releases: ThomasLengeling/KinectPV2
Releases · ThomasLengeling/KinectPV2
0.7.5
0.7.4
Updated examples to working with the latest Processing 3.11a
0.7.3
change structure of the code, fixed depth and raw data capture
0.7.2
Install: Just copy the KinectPV2 folder into your library processing folder.
Examples
- HDColor, color image (RGB) 1920 x 1080.
- DepthTest, obtain depth information frame.
- MaskTest, get only the contour image of the users (bodyIndex).
- PointCloudColor, extract point cloud mapped to the color frame.
- PointCloudOGL, point cloud render using openGL.
- PointCloudDepth, obtain the point cloud as a deph Image useful for distance information and distance threshold, also access the depth information as a [] array.
- MapDepthToColor, Map Depth to Color
- SimpleFaceTracking, simple face tracking up-to 6 users.
- Skeleton3d, 3d skeleton tracking.
- SkeletonColor, map color frame to skeleton.
- SkeletonMaskDepth, map depth frame and mask frame to skeleton.
- SkeletonTest, simple 6 users skeleton.
- depthInfraredColor, various images frame test.
- CoordinateMapperRGBDepth, RGB+Depth map
- HDFaceVertex. HDFace tracking vertex Points
- openCV Examples
- Simple Live Capture
- Contour finder from either the bodyIndex frame or from the depth Image threshold.
Color Point cloud, Contour finder
0.7.1 KRectangle
RGB+Depth, HDFace
0.7 Update README.md
0.6 Point Cloud Depth
Add functions to obtain the points of the depth of the point cloud more easily
0.5 Face tracking
update
0.41 Processing library only
Update README.md
0.4 Beta
Update README.md