add gain to videospecs
This commit is contained in:
parent
34697a8f30
commit
d6cae80e5e
1
writer.h
1
writer.h
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user