@@ -99,6 +99,7 @@ public class CalibrationHardwareInterface {
...
@@ -99,6 +99,7 @@ public class CalibrationHardwareInterface {
privatedoublelastTemperature=Double.NaN;
privatedoublelastTemperature=Double.NaN;
privateintcolorMode=5;// JP4
privateintcolorMode=5;// JP4
privatebooleannoWait=true;// when false, IRQ_SMART=3 and the frame is available only 1 frame later, when true IRQ_SMART=6, frame is available after compression end
privatebooleannoWait=true;// when false, IRQ_SMART=3 and the frame is available only 1 frame later, when true IRQ_SMART=6, frame is available after compression end
privatebooleannc393=false;
privateintdebugSensorNumber=-1;// increase debug level for this particular sensor
privateintdebugSensorNumber=-1;// increase debug level for this particular sensor
privateintJPEGquality=99;// JPEG quality
privateintJPEGquality=99;// JPEG quality
privatebooleancameraAutoExposure=false;
privatebooleancameraAutoExposure=false;
...
@@ -304,6 +305,7 @@ public class CalibrationHardwareInterface {
...
@@ -304,6 +305,7 @@ public class CalibrationHardwareInterface {