Started using C++ got the kinect functioning with visulisation.
Using SVN 8190?
Running the following code :
source:- http://www.pointclouds.org/documentation/tutorials/openni_grabber.php#openni-grabber
using this to compile with CMakelists.txt
With the following result
used ffmpeg to convert .ogv to .avi
ffmpeg -i out.ogv -vcodec libx264 -vpre medium -crf 24 -threads 0 -acodec copy foo.mkv
http://www.youtube.com/watch?v=1KSPYSXg2H8&feature=youtu.be
No comments:
Post a Comment