Change h264 stream to 2Mbps by default
This commit is contained in:
parent
a397ccc8c2
commit
9a592fb00e
@ -22,7 +22,7 @@ camera_options_t camera_options = {
|
||||
.h264 = {
|
||||
.options =
|
||||
"video_bitrate_mode=0" OPTION_VALUE_LIST_SEP
|
||||
"video_bitrate=10000000" OPTION_VALUE_LIST_SEP
|
||||
"video_bitrate=2000000" 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