mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 21:55:09 +00:00
19 lines
256 B
JSON
19 lines
256 B
JSON
{
|
|
"checks": [
|
|
{
|
|
"type": "non_black_ratio",
|
|
"min_ratio": 0.05,
|
|
"max_ratio": 1.0
|
|
},
|
|
{
|
|
"type": "luma_range",
|
|
"min_luma": 0.02,
|
|
"max_luma": 0.95
|
|
}
|
|
],
|
|
"capture": {
|
|
"warmup": 2,
|
|
"frames": 1
|
|
}
|
|
}
|