Added reset settings for calibration dialog

This commit is contained in:
matlabbe
2016-02-18 14:12:12 -05:00
parent 6b8ab84ba0
commit 829b52db7c
5 changed files with 13 additions and 3 deletions

View File

@@ -130,11 +130,11 @@ bool CameraImages::init(const std::string & calibrationFolder, const std::string
UDEBUG("");
if(_dir)
{
_dir->setPath(_path, "jpg ppm png bmp pnm tiff");
_dir->setPath(_path, "jpg ppm png bmp pnm tiff pgm");
}
else
{
_dir = new UDirectory(_path, "jpg ppm png bmp pnm tiff");
_dir = new UDirectory(_path, "jpg ppm png bmp pnm tiff pgm");
}
if(_path[_path.size()-1] != '\\' && _path[_path.size()-1] != '/')
{