Add event for recording state in ar recorder
This commit is contained in:
@@ -182,6 +182,7 @@ namespace OpenVulkano::AR
|
||||
platformInfoStream.close();
|
||||
}
|
||||
m_recording = true;
|
||||
OnRecordingStateChanged(this, m_recording);
|
||||
}
|
||||
|
||||
void ArRecorder::Stop()
|
||||
@@ -192,6 +193,7 @@ namespace OpenVulkano::AR
|
||||
{
|
||||
writer->Split();
|
||||
}
|
||||
OnRecordingStateChanged(this, m_recording);
|
||||
}
|
||||
|
||||
void ArRecorder::SetRecordingPath(const std::filesystem::path& path)
|
||||
|
||||
Reference in New Issue
Block a user