https://github.com/aa4cc/raspi-ballpos
Raw File
Tip revision: 9afbb3d9d007c72d175728092cf5b9b4be8fe180 authored by Dominik Hodan on 28 June 2021, 14:21:53 UTC
Update README.md
Tip revision: 9afbb3d
defaults.json
{
"frame_rate": 50,
"exposition_time": 10,
"resolution" : [640,480],
"mask": null, 
"lamp_control": null,
"lamp_delay": 2,
"lamp_manual": false,
"hflip": false,
"vflip": false,
"annotate": null,
"overlay": null, 
"overlay_alpha": 50,
"iso": 200,
"image_server": false,
"white_balance": [null, null],
"multicore": false,
"screen_resolution": [null, null]
}
back to top