Stop ar playback session on broken frame
This commit is contained in:
@@ -95,6 +95,7 @@ namespace OpenVulkano::AR::Playback
|
|||||||
catch (const std::exception& e)
|
catch (const std::exception& e)
|
||||||
{
|
{
|
||||||
Logger::AR->error("Failed to read AR frame: {}", e.what());
|
Logger::AR->error("Failed to read AR frame: {}", e.what());
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Stop();
|
Stop();
|
||||||
|
|||||||
Reference in New Issue
Block a user