Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 334 Bytes

DJIPSDKVideoStreamCheckTool

PSDK video stream check tool, used to check whether the specified video stream conforms to the PSDK video stream standard

Build Steps:

  1. cd to stream_check_tool/project directory;
  2. mkdir build directory;
  3. cmake ..
  4. make
  5. build finished and executable stream_check_tool is in current directory.