Make default bitrate of h264 to be 10M
This commit is contained in:
parent
4eaa42f1ea
commit
286302ec19
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user