About
  1. | API Documentation
  2. | Common
  3. | io
  4. | ParseVideoFilename

ParseVideoFilename

Defined in <io/File.h>

Parse a passed in string for relevant information from the filename of a video file that was created with CreateVideoFilename.


bool ParseVideoFilename( const std::string& iFilename, unsigned int& oCamNum, unsigned int& oImageWidth, unsigned int& oImageHeight, uint64_t& oTotalFrames, float& oOrigCamHz, float& oVideoPlaybackHz)
(1)

  1. Parameters:
    • const std::string & iFilename
    • unsigned int & oCamNum
    • unsigned int & oImageWidth
    • unsigned int & oImageHeight
    • uint64_t & oTotalFrames
    • float & oOrigCamHz
    • float & oVideoPlaybackHz
    Returns: True on successful parsing, false otherwise.

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000