package: create debian package with prebuilds

The generated variants include raspi and non-raspi platforms.
This commit is contained in:
Kamil Trzcinski
2023-05-26 14:53:38 +02:00
parent d80d039f3c
commit 69584c07db
17 changed files with 257 additions and 35 deletions

View File

@ -28,6 +28,11 @@ camera_options_t camera_options = {
.options = "compression_quality=80"
},
.video = {
#ifdef USE_HW_H264
.disabled = 0,
#else // USE_HW_H264
.disabled = 1,
#endif
.options =
"video_bitrate_mode=0" OPTION_VALUE_LIST_SEP
"video_bitrate=2000000" OPTION_VALUE_LIST_SEP