Searched refs:modelHeight (Results 1 – 1 of 1) sorted by relevance
16662 XMLElement *modelHeight = camModel->FirstChildElement("height"); in readSensorCalibration() local16663 if (modelHeight == nullptr || modelHeight->GetText() == nullptr) { in readSensorCalibration()16667 int height = atoi(modelHeight->GetText()); in readSensorCalibration()