add gain to videospecs

This commit is contained in:
Jan Grewe 2020-11-20 09:58:37 +01:00
parent 34697a8f30
commit d6cae80e5e

View File

@ -12,6 +12,7 @@ struct VideoSpecs {
uint32_t width, height, quality = 95; uint32_t width, height, quality = 95;
int fps; int fps;
double exposureTime; double exposureTime;
double detectorGain;
Pylon::EPixelType pixelType; Pylon::EPixelType pixelType;
Pylon::EImageOrientation orientation; Pylon::EImageOrientation orientation;
}; };