Skip to content

nikolai-kummer/kinect-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kinect-recorder

Command-line interface to capture imu data and images from the Microsoft Kinect. Currently implemented methods:

  • retrieve static image -c image at highest resolution
  • collect imu data -c imu at a specified rate -t for a specified duration -d

Usage:

  • Default behaviour of KinectRecorderCli.exe is to capture image and save it with datetime timestamp.
  • To capture imu data every 20 ms for 2 seconds and save it to imu_data.csv: KinectRecorderCli.exe -c imu -f "imu_data.csv" -t 20 -d 4000
  • To capture image and save it to output_file.png: KinectRecorderCli.exe -c image -f "output_file.jpg"

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages