From abaafbd190601ac7b953b65b8aa3396b7a460cfe Mon Sep 17 00:00:00 2001 From: Eelke Date: Sat, 4 Dec 2021 20:57:07 +0100 Subject: [PATCH] Update configuration.ini --- configuration.ini-dist | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configuration.ini-dist b/configuration.ini-dist index 52e5cb8..78785cd 100644 --- a/configuration.ini-dist +++ b/configuration.ini-dist @@ -20,7 +20,19 @@ alt_sunset = -6.0 # Solar altitude at sunset alt_sunrise = -6.0 # Solar altitude at sunrise [Camera] -camera_type = CV2 # CV2 or ASI +camera_type = CV2 # CV2 or ASI or PI + +[PI] +device_id = 0 +nx = 800 # Camera horizontal pixel count +ny = 600 # Camera vertical pixel count +nframes = 100 # Number of frames for each image +framerate = 5 # Take 5 frames per second +exposure = 200000 # exposure time in us +awb_gain_red = 2 # gain for red. +awb_gain_blue = 2.3 # gain for blue +analog_gain = 16 # analog gain +digital_gain = 64 # digital gain [CV2] device_id = 0