Skip to content

Commit

Permalink
Change default to high profile, 3 Mbps
Browse files Browse the repository at this point in the history
  • Loading branch information
iizukanao committed Aug 10, 2022
1 parent d243196 commit 576b6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picam_option/picam_option.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class PicamOption
// int video_rotation = 0;
int video_hflip = 0;
int video_vflip = 0;
long video_bitrate = 4500 * 1000; // 4.5 Mbps
char video_avc_profile[21] = "baseline";
long video_bitrate = 3000 * 1000; // 3 Mbps
char video_avc_profile[21] = "high";
char video_avc_level[4] = "4.1";
int video_qp_min = -1;
int video_qp_max = -1;
Expand Down

0 comments on commit 576b6ff

Please sign in to comment.