File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
camera-controller/device-manager Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ static constexpr uint32_t kMaxEncodedPixelRate = 248832000; // 1080p at 12
4545static constexpr uint8_t kMicrophoneMinLevel = 1 ;
4646static constexpr uint8_t kMicrophoneMaxLevel = 254 ; // Spec constraint
4747static constexpr uint8_t kMicrophoneMaxChannelCount = 8 ; // Spec Constraint in AudioStreamAllocate
48- static constexpr uint16_t kMinResolutionWidth = 640 ; // Low SD resolution
49- static constexpr uint16_t kMinResolutionHeight = 360 ; // Low SD resolution
48+ static constexpr uint16_t kMinResolutionWidth = 640 ; // Low VGA resolution
49+ static constexpr uint16_t kMinResolutionHeight = 480 ; // Low VGA resolution
5050static constexpr uint16_t k720pResolutionWidth = 1280 ; // 720p resolution
5151static constexpr uint16_t k720pResolutionHeight = 720 ; // 720p resolution
5252static constexpr uint16_t kMaxResolutionWidth = 1920 ; // 1080p resolution
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ constexpr uint16_t kMaxFrameRate = 120;
2828constexpr uint32_t kDefaultBitRate = 10000 ; // bits per second
2929constexpr uint16_t kKeyFrameInterval = 4000 ;
3030constexpr uint16_t kMinWidth = 640 ;
31- constexpr uint16_t kMinHeight = 360 ;
31+ constexpr uint16_t kMinHeight = 480 ;
3232constexpr uint16_t kMaxWidth = 1920 ;
3333constexpr uint16_t kMaxHeight = 1080 ;
3434
You can’t perform that action at this time.
0 commit comments