Support front camera 4K30fps video
Bug: 233588413 Test: GCA Change-Id: I22be04e236f58fabe3542221c2cf9733d71cf0a9
This commit is contained in:
parent
c221f2d0ea
commit
4f8795f405
@ -305,6 +305,19 @@
|
||||
|
||||
<CamcorderProfiles cameraId="1">
|
||||
|
||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="48000000"
|
||||
width="3840"
|
||||
height="2160"
|
||||
frameRate="30" />
|
||||
|
||||
<Audio codec="aac"
|
||||
bitRate="96000"
|
||||
sampleRate="48000"
|
||||
channels="1" />
|
||||
</EncoderProfile>
|
||||
|
||||
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
||||
<Video codec="h264"
|
||||
bitRate="33000000"
|
||||
|
Loading…
Reference in New Issue
Block a user