Make default bitrate of h264 to be 10M

This commit is contained in:
Kamil Trzcinski 2022-07-07 11:36:51 +02:00
parent 4eaa42f1ea
commit 286302ec19

View File

@ -59,7 +59,7 @@ camera_options_t camera_options = {
.h264 = {
.options =
"video_bitrate_mode=0" OPTION_VALUE_LIST_SEP
"video_bitrate=5000000" OPTION_VALUE_LIST_SEP
"video_bitrate=10000000" OPTION_VALUE_LIST_SEP
"repeat_sequence_header=5000000" OPTION_VALUE_LIST_SEP
"h264_i_frame_period=30" OPTION_VALUE_LIST_SEP
"h264_level=11" OPTION_VALUE_LIST_SEP