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.
|
(1) |
-
Parameters:-
const std::string &iFilename -
unsigned int &oCamNum -
unsigned int &oImageWidth -
unsigned int &oImageHeight -
uint64_t &oTotalFrames -
float &oOrigCamHz -
float &oVideoPlaybackHz
-