kinect/codes/Azure-Kinect-Sensor-SDK/tools/k4afastcapture_streaming
davoudn 5986417fda reorganising folders. 2024-03-06 21:35:53 +03:30
..
CMakeLists.txt reorganising folders. 2024-03-06 21:35:53 +03:30
README.md reorganising folders. 2024-03-06 21:35:53 +03:30
k4afastcapture.cpp reorganising folders. 2024-03-06 21:35:53 +03:30
k4afastcapture.h reorganising folders. 2024-03-06 21:35:53 +03:30
main.cpp reorganising folders. 2024-03-06 21:35:53 +03:30

README.md

Azure Kinect Fast Capture:streaming

Introduction

The Azure Kinect Fast Capture streaming process keeps streaming both the color and depth frames. It will store the most recent frames to the specified folder when notified by Azure Kinect Fast Capture trigger.

Usage Info

d:\fastcapture_streaming.exe /?
* fastcapture_streaming.exe Usage Info *

       fastcapture_streaming.exe
             [DirectoryPath_Options] [PcmShift_Options (default: 4)]
             [StreamingLength_Options (Limit the streaming to N seconds, default: 60)]
             [ExposureValue_Options (default: auto exposure)]

Examples:
       1 - fastcapture_streaming.exe -DirectoryPath C:\data\

       2 - fastcapture_streaming.exe -DirectoryPath C:\data\ -PcmShift 5 -StreamingLength 1000 -ExposureValue -3

       3 - fastcapture_streaming.exe -d C:\data\ -s 4 -l 60 -e -2