Add FFMPEG Configuration

This commit is contained in:
2021-07-28 15:54:41 +02:00
parent 1401fff529
commit e176383ffa
12 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ FoscamRecorder::~FoscamRecorder()
{
}
std::string FoscamRecorder::Snapshot(ctpl::thread_pool* pThreadPool)
std::string FoscamRecorder::Snapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg)
{
Logging::Log(Logging::Severity::Debug, "FoscamRecorder Snapshot");
@@ -36,7 +36,7 @@ std::string FoscamRecorder::Snapshot(ctpl::thread_pool* pThreadPool)
return fileName;
}
std::string FoscamRecorder::MultiSnapshot(ctpl::thread_pool* pThreadPool, int numberOfImages)
std::string FoscamRecorder::MultiSnapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg, int numberOfImages)
{
Logging::Log(Logging::Severity::Debug, "FoscamRecorder MultiSnapshot");