Write duration and frame count to metadata file
This commit is contained in:
@@ -125,7 +125,7 @@ namespace OpenVulkano::AR
|
||||
|
||||
std::string ArSessionMetadata::FinishedRecordingInfoToYaml() const
|
||||
{
|
||||
if (recFrameCount < 1 || recDuration < 1 || recSkippedFrames < 1) return "";
|
||||
if (recFrameCount < 1 && recDuration < 1 && recSkippedFrames < 1) return "";
|
||||
return fmt::format(R"(Recording:
|
||||
Duration: {}
|
||||
FrameCount: {}
|
||||
|
||||
Reference in New Issue
Block a user