Don't use AR recorder in playback mode

This commit is contained in:
Georg Hagen
2024-06-04 15:09:27 +02:00
parent 463f632432
commit 58e63b6610
4 changed files with 10 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ namespace OpenVulkano::AR
ArType type;
ArDepthFormat depthFormat;
Math::Range<uint8_t> confidenceRange;
bool playback = false;
ArSessionMetadata() noexcept
: ArSessionMetadata(ArType::UNKNOWN, ArDepthFormat::UNAVAILABLE, {0,0})