FFCTempdevices.Celsius// Temperature at last internal calibration.
FFCTempdevices.Celsius// Temperature at last internal calibration.
FFCTempHousingdevices.Celsius//
FFCTempHousingdevices.Celsius//
FFCStatecci.FFCState// Current calibration state.
FFCStatecci.FFCState// Current calibration state.
FFCDesiredbool// Asserted at start-up, after period (default 3m) or after temperature change (default 3°K). Indicates that a calibration should be triggered as soon as possible.
FFCDesiredbool// Asserted at start-up, after period (default 3m) or after temperature change (default 3K). Indicates that a calibration should be triggered as soon as possible.
Overtempbool// true 10s before self-shutdown.
Overtempbool// true 10s before self-shutdown.
}
}
@ -58,7 +58,7 @@ type Metadata struct {
// Values centered around 8192 accorging to camera body temperature. Effective
// Values centered around 8192 accorging to camera body temperature. Effective
// range is 14 bits, so [0, 16383].
// range is 14 bits, so [0, 16383].
//
//
// Each 1 increment is approximatively 0.025°K.
// Each 1 increment is approximatively 0.025K.
typeFramestruct{
typeFramestruct{
*image.Gray16
*image.Gray16
MetadataMetadata// Metadata that is sent along the pixels.
MetadataMetadata// Metadata that is sent along the pixels.