forked from amkovkov/GranuSightSoftware2
93 lines
2.6 KiB
JSON
93 lines
2.6 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore.Migrations": "Warning",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
|
|
"GSS2.Core.Hardware.LightsService": "Information",
|
|
"GSS2.Core.Hardware.IlluminatorService": "Information",
|
|
"GSS2.Core.Hardware.CameraService": "Information",
|
|
"LibCamera": "Information",
|
|
"LibCamera-Camera": "Information",
|
|
"LibCamera-RPI": "Information",
|
|
"LibCamera-DeviceEnumerator": "Information",
|
|
"LibCamera-IPAProxy": "Information",
|
|
"LibCamera-V4L2": "Information",
|
|
"LibCamera-RPISTREAM": "Information",
|
|
"LibCamera-WRAPPER": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"AmineContentCalibrationDatabasePath": "AmineContentCalibration.db",
|
|
"AmineContentResultsDatabasePath": "AmineContentResults.db"
|
|
},
|
|
"Hardware": {
|
|
"Illuminator": {
|
|
"WhitePwmPin": 13,
|
|
"Uv254PwmPin": 18,
|
|
"Uv365PwmPin": 12,
|
|
"WhiteRelayPin": 16,
|
|
"Uv254RelayPin": 15,
|
|
"Uv365RelayPin": 20,
|
|
"FanPin": 21,
|
|
"PwmFrequency": 200,
|
|
"MaxWhitePwmDuty": 0.03,
|
|
"MaxUv254PwmDuty": 1.0,
|
|
"MaxUv365PwmDuty": 1.0
|
|
},
|
|
"Camera": {
|
|
"CameraId": "/base/axi/pcie@1000120000/rp1/i2c@70000/imx477@1a",
|
|
"ViewFinderFrameBufferCount": 5,
|
|
"ViewFinderWidth": 4056,
|
|
"ViewFinderHeight": 3040,
|
|
"ViewFinderFps": 30,
|
|
"ImageCaptureFrameBufferCount": 5,
|
|
"ImageCaptureWidth": 4056,
|
|
"ImageCaptureHeight": 3040,
|
|
"CameraHardSettings": {
|
|
"AeEnable": false,
|
|
"ExposureValue": 8.0,
|
|
"ExposureTime": 1000000,
|
|
"ExposureTimeMode": "ExposureTimeModeManual",
|
|
"AnalogueGain": 1.0,
|
|
"AnalogueGainMode": "AnalogueGainModeManual",
|
|
"AeFlickerMode": "FlickerOff",
|
|
"AeFlickerPeriod": 5000,
|
|
"Brightness": 0.0,
|
|
"Contrast": 1.0,
|
|
"AwbEnable": true,
|
|
"ColourGains": [
|
|
3.3,
|
|
1.5
|
|
],
|
|
"ColourTemperature": 5500,
|
|
"Saturation": 1.0,
|
|
"Sharpness": 1.0,
|
|
"ScalerCrop": [
|
|
0,
|
|
0,
|
|
4056,
|
|
3040
|
|
],
|
|
"FrameDurationLimits": [
|
|
100000,
|
|
694434742
|
|
],
|
|
"HdrMode": "HdrModeOff",
|
|
"NoiseReductionMode": "NoiseReductionModeOff",
|
|
"StatsOutputEnable": true,
|
|
"SyncMode": "SyncModeOff",
|
|
"SyncFrames": 1,
|
|
"CnnEnableInputTensor": false
|
|
}
|
|
},
|
|
"TemperatureHumidity": {
|
|
"Bus": 6,
|
|
"Address": 69
|
|
},
|
|
"Lights": {
|
|
"ServerAddress": "http://127.0.0.1:50051"
|
|
}
|
|
}
|
|
} |