All Projects → jing-interactive → OpenDepthSensor

jing-interactive / OpenDepthSensor

Licence: MIT license
Open library to support Kinect V1 & V2 & Azure, RealSense and OpenNI-compatible sensors.

Programming Languages

C++
36643 projects - #6 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to OpenDepthSensor

ARehab
ARehab is a free software for physical rehab, aided by augmented reality technologies and user tracking systems, such as Microsoft Kinect v2.
Stars: ✭ 20 (-67.21%)
Mutual labels:  kinect, kinect-v2, kinect-sdk
StructureNet
Markerless volumetric alignment for depth sensors. Contains the code of the work "Deep Soft Procrustes for Markerless Volumetric Sensor Alignment" (IEEE VR 2020).
Stars: ✭ 38 (-37.7%)
Mutual labels:  depth-camera, realsense
Three-Kinectron
A Three.js plugin for rendering Kinectron feeds
Stars: ✭ 28 (-54.1%)
Mutual labels:  kinect, kinect-v2
gesture-recognition-for-human-robot-interaction
Gesture Recognition For Human-Robot Interaction with modelling, training, analysing and recognising gestures based on computer vision and machine learning techniques. This work was done at Distributed Artificial Intelligence Lab (DAI Labor), Berlin.
Stars: ✭ 62 (+1.64%)
Mutual labels:  openni, depth-camera
costmap depth camera
This is a costmap plugin for costmap_2d pkg. This plugin supports multiple depth cameras and run in real time.
Stars: ✭ 26 (-57.38%)
Mutual labels:  depth-camera, realsense
ALT
Non-contact real-time heartbeats and respiration monitoring using Artificial Light Texture (ALT).
Stars: ✭ 41 (-32.79%)
Mutual labels:  kinect, realsense
Intel-Realsense-Hand-Toolkit-Unity
Intel Realsense Toolkit for Hand tracking and Gestural Recognition on Unity3D
Stars: ✭ 72 (+18.03%)
Mutual labels:  depth-camera, realsense
vimeo-depth-viewer
OpenGL application for viewing depth and color video streams from Intel RealSense cameras
Stars: ✭ 49 (-19.67%)
Mutual labels:  realsense
rscvdnn
Test program for OpenCV DNN object detection with RealSense camera
Stars: ✭ 52 (-14.75%)
Mutual labels:  realsense
Volumetriccapture
A multi-sensor capture system for free viewpoint video.
Stars: ✭ 243 (+298.36%)
Mutual labels:  kinect
Kinect2sample
Kinect for Windows SDK v2 Sample Program
Stars: ✭ 228 (+273.77%)
Mutual labels:  kinect
RealSense2Sample
RealSense SDK 2 Sample Program
Stars: ✭ 65 (+6.56%)
Mutual labels:  realsense
Evp3
Volumetric visual effects program used in Unite Shanghai 2019
Stars: ✭ 81 (+32.79%)
Mutual labels:  realsense
Kinectron
Electron + Kinect + PeerJS = Kinect data broadcast to browsers
Stars: ✭ 249 (+308.2%)
Mutual labels:  kinect
3D-Reconstruction-With-RGBD
a 3D-Reconstruction demo done with Kinect
Stars: ✭ 16 (-73.77%)
Mutual labels:  kinect
AzureKinectSample
Sample Program for Azure Kinect Sensor SDK and Azure Kinect Body Tracking SDK
Stars: ✭ 55 (-9.84%)
Mutual labels:  kinect
kinect-sign-language
Kinect Sign Language
Stars: ✭ 18 (-70.49%)
Mutual labels:  kinect
Haskanoid
A breakout game in Haskell using SDL and FRP, with Wiimote and Kinect support.
Stars: ✭ 242 (+296.72%)
Mutual labels:  kinect
realsense samples ros
Sample code illustrating how to develop ROS applications using the Intel® RealSense™ ZR300 camera for Object Library (OR), Person Library (PT), and Simultaneous Localization And Mapping (SLAM).
Stars: ✭ 121 (+98.36%)
Mutual labels:  realsense
RGBDAcquisition
A uniform library wrapper for input from V4L2,Freenect,OpenNI,OpenNI2,DepthSense,Intel Realsense,OpenGL simulations and other types of video and depth input..
Stars: ✭ 56 (-8.2%)
Mutual labels:  openni

OpenDepthSensor

Supported depth sensor list:

  • Kinect for Azure via k4a SDK (Windows, Linux)
  • Kinect V1 via KinectCommonBridge (Windows 7+)
  • Kinect V2 via KinectCommonBridge-V2 (Windows 8+)
  • Kinect V2 via libfreenect2 (Windows 7+, macOS, Linux)
  • Intel RealSense sensors (R200, F200, SR300, LR200, ZR300) via librealsense SDK (Windows, macOS, Linux)
  • OpenNI2-compatible sensors via OpenNI2 SDK (Windows, macOS, Linux, Android)
  • Hjimi sensors via Imi SDK (Windows, Linux, Android)

How to build

  • Fetch submodules in 3rdparty/
  • Generate project file w/ premake5, e.g.
    • premake5 vs2019
    • premake5 xcode4

Doc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].