Record AR frames at quater resolution by default
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user