#22 Begin python rework

This commit is contained in:
James Hodgson
2022-10-07 14:40:39 +01:00
parent 97adf57e2e
commit 783eff7636
9 changed files with 204 additions and 65 deletions

9
config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"camera_type": 1,
"capture_resolution": [3464, 2309],
"preview_resolution": [800, 480],
"output_format": "JPEG",
"output_extension": ".jpg",
"output_directory": "./images",
"output_filename_format": "%d-%m-%Y %H-%M-%S"
}