Add FFMPEG Configuration
This commit is contained in:
@@ -19,7 +19,7 @@ VStarCamRecorder::~VStarCamRecorder()
|
||||
{
|
||||
}
|
||||
|
||||
std::string VStarCamRecorder::Snapshot(ctpl::thread_pool* pThreadPool)
|
||||
std::string VStarCamRecorder::Snapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg)
|
||||
{
|
||||
Logging::Log(Logging::Severity::Debug, "VStarCamRecorder Snapshot");
|
||||
|
||||
@@ -33,7 +33,7 @@ std::string VStarCamRecorder::Snapshot(ctpl::thread_pool* pThreadPool)
|
||||
return fileName;
|
||||
}
|
||||
|
||||
std::string VStarCamRecorder::MultiSnapshot(ctpl::thread_pool* pThreadPool, int numberOfImages)
|
||||
std::string VStarCamRecorder::MultiSnapshot(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg, int numberOfImages)
|
||||
{
|
||||
Logging::Log(Logging::Severity::Debug, "VStarCamRecorder MultiSnapshot");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user