Fixed fx=0 error when running multi-session databases

This commit is contained in:
matlabbe
2016-11-16 12:28:33 -05:00
parent d73394abd8
commit 8560baca87
2 changed files with 17 additions and 1 deletions

View File

@@ -602,6 +602,7 @@ bool DBDriver::getCalibration(
std::vector<CameraModel> & models,
StereoCameraModel & stereoModel) const
{
UDEBUG("");
bool found = false;
// look in the trash
_trashesMutex.lock();