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