Fix for nVidia
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ bool loadRAW(QString path, ImageInfoData &info, RawImage **image)
|
||||
info.append(StringPair(QObject::tr("ISO"), QString::number(raw.imgdata.other.iso_speed)));
|
||||
info.append(StringPair(QObject::tr("Shutter speed"), shutterSpeed));
|
||||
#if LIBRAW_MINOR_VERSION>=19
|
||||
info.append(StringPair(QObject::tr("Camera temperature"), QString::number(raw.imgdata.other.CameraTemperature)));
|
||||
// info.append(StringPair(QObject::tr("Camera temperature"), QString::number(raw.imgdata.other.CameraTemperature)));
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user