Stop ar playback session on broken frame

This commit is contained in:
Georg Hagen
2024-10-17 18:57:19 +02:00
parent a57b89470c
commit 4c3f966325

View File

@@ -95,6 +95,7 @@ namespace OpenVulkano::AR::Playback
catch (const std::exception& e)
{
Logger::AR->error("Failed to read AR frame: {}", e.what());
break;
}
}
Stop();