nx_video_source_sdk
1.0
Video Source SDK
|
Manages information about image directory contents: Provides file list, generates timestamps of files, keep track of directory contents. More...
#include <dir_contents_manager.h>
Public Member Functions | |
DirContentsManager (const std::string &imageDir, unsigned int frameDurationUsec) | |
std::map< nxcip::UsecUTCTimestamp, std::string > | dirContents () const |
void | add (const nxcip::UsecUTCTimestamp ×tamp, const std::string &filePath) |
nxcip::UsecUTCTimestamp | minTimestamp () const |
nxcip::UsecUTCTimestamp | maxTimestamp () const |
Manages information about image directory contents: Provides file list, generates timestamps of files, keep track of directory contents.
std::map< nxcip::UsecUTCTimestamp, std::string > DirContentsManager::dirContents | ( | ) | const |