-
Notifications
You must be signed in to change notification settings - Fork 3
Kinect V2 Recorder
License
ostadabbas/KinectV2Recorder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Kinect video playback and record (this is the recorder) - To compile: you need to get and install the AForge libraries http://www.aforgenet.com/ - make sure to install AForge Video and AForge Video FFMPEG - once installed make sure to take dll files from Externals/ffmpeg/bin in the installation directory to bin/Debug folder in project directory - if running project to x86 CPU place dll files in bin/x86/Debug - Playback is with the playback app. - also look at the readFrames.py python script in this directory to see how to load the depth data from python. The video is standard AVI This records to three files: - times.bin: the time stamps for each frame - rgb.avi: an AVI with the video data - depth.bin.gz: A compressed set of frames. The frames are delta encoded and stored as 16 bit values (little endian). Once again, the python or c# playback code should give info on the recording format
About
Kinect V2 Recorder
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published