Record AR frames at quater resolution by default
This commit is contained in:
@@ -48,7 +48,7 @@ namespace openVulkanoCpp::AR
|
|||||||
RecordingMode recordingMode = RecordingMode::MANUAL;
|
RecordingMode recordingMode = RecordingMode::MANUAL;
|
||||||
std::filesystem::path path;
|
std::filesystem::path path;
|
||||||
size_t archiveSize = 2_GiB;
|
size_t archiveSize = 2_GiB;
|
||||||
bool downsampleColor = false;
|
bool downsampleColor = true;
|
||||||
bool highResFramesInSeparateArchive = true;
|
bool highResFramesInSeparateArchive = true;
|
||||||
bool asyncRecording = false;
|
bool asyncRecording = false;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user