| 53 | } |
| 54 | |
| 55 | std::string utils::getSystemTimeStr() |
| 56 | { |
| 57 | return std::to_string(std::rand()); |
| 58 | } |
| 59 | |
| 60 | bool utils::setInputStream(const utils::InputStream& source, const std::string& imagePath, const std::string& videoPath, const int& cameraID, |
| 61 | cv::VideoCapture& capture, int& totalBatches, int& delayTime, utils::InitParameter& param) |
nothing calls this directly
no outgoing calls
no test coverage detected