Some bugfixes
This commit is contained in:
@@ -30,14 +30,13 @@ namespace OpenVulkano::AR
|
||||
|
||||
ArSessionMetadata ArSessionMetadata::FromYaml(const std::string& filePath)
|
||||
{
|
||||
//TODO
|
||||
/*YAML::Node meta = YAML::LoadFile(filePath);
|
||||
YAML::Node meta = YAML::LoadFile(filePath);
|
||||
|
||||
return {
|
||||
ArType::GetFromName(meta["Type"].Scalar()),
|
||||
ArDepthFormat::GetFromName(meta["DepthType"].Scalar()).value_or(ArDepthFormat::UNAVAILABLE),
|
||||
Math::Range<uint8_t>(meta["MinConfidence"].as<uint8_t>(), meta["MaxConfidence"].as<uint8_t>())
|
||||
};*/
|
||||
};
|
||||
}
|
||||
|
||||
ArSessionMetadata::ArSessionMetadata(const std::string& dirPath)
|
||||
|
||||
Reference in New Issue
Block a user