-
Notifications
You must be signed in to change notification settings - Fork 11
Kinect quick start
The kinect must be installed following the official openKinect guide.
The sample applications must work before going to step #2.
- In PCConfiguration: select the OpenKinect drivers for device 0 and rgb camera. For the depth camera select the OpenKinect drivers for device 0 also. You can find PCConfiguration there:
ContributedLibraries/Papart/calib/PCConfiguration
. More information about it in the hardware configuration page.
- Then use the
load calibration
in the camera section and select thecalibration-kinect-RGB.yaml
calibration. - Try out the Camera examples and [DepthVisualization] example before proceeding.
The Kinect devices have different stereo alignement which can be corrected with the stereo alignment sketch.
The touch detection requires a calibration, it must be set using the PlaneSetCalibration sketch.
Have a look at the Camera and DepthCamera examples. The TouchScreen example should work as in the example.
The touch detection and tracking can be tweaked with the TouchVisualization application. You can adjust the quality of the point cloud, the height of the 3D plane, the tracking sensitivity and size: switch from finger tracking to hand/foot tracking.
You can also create touch surfaces for other applications using our TUIO example. You can create touchscreens with the same examples.
- Quick start webcam with a webcam.
- Create your markerboard
- Build your Tactile Screen
- Use a Kinect for XboxOne
- Create a PapARt hardware: installation, configuration.