Change h264 stream to 2Mbps by default

This commit is contained in:
Kamil Trzcinski 2022-08-31 19:10:35 +02:00
parent a397ccc8c2
commit 9a592fb00e

View File

@ -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