11 lines
282 B
JSON
11 lines
282 B
JSON
{
|
|
"camera_type": 1,
|
|
"capture_resolution": [3000, 2000],
|
|
"preview_resolution": [800, 480],
|
|
"output_format": "JPEG",
|
|
"output_extension": ".jpg",
|
|
"output_directory": "./images",
|
|
"output_filename_format": "%d-%m-%Y %H-%M-%S",
|
|
"output_jpeg_quality": 90
|
|
}
|