Record AR frames at quater resolution by default

This commit is contained in:
2023-07-31 01:06:54 +02:00
parent d2f84bbf54
commit bd55a26a02

View File

@@ -48,7 +48,7 @@ namespace openVulkanoCpp::AR
RecordingMode recordingMode = RecordingMode::MANUAL;
std::filesystem::path path;
size_t archiveSize = 2_GiB;
bool downsampleColor = false;
bool downsampleColor = true;
bool highResFramesInSeparateArchive = true;
bool asyncRecording = false;
};