Enable 4K 60fps for the front camera
Bug: 300031087 Bug: 300547905 Test: DevCamera Change-Id: If74ce3f52600f6f61124f16a80400dd00a75879d
This commit is contained in:
parent
e5c5fd4fac
commit
5a13597b9f
1 changed files with 21 additions and 8 deletions
|
@ -305,12 +305,25 @@
|
||||||
|
|
||||||
<CamcorderProfiles cameraId="1">
|
<CamcorderProfiles cameraId="1">
|
||||||
|
|
||||||
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
|
<Video codec="h264"
|
||||||
|
bitRate="72000000"
|
||||||
|
width="3840"
|
||||||
|
height="2160"
|
||||||
|
frameRate="60" />
|
||||||
|
|
||||||
|
<Audio codec="aac"
|
||||||
|
bitRate="96000"
|
||||||
|
sampleRate="48000"
|
||||||
|
channels="1" />
|
||||||
|
</EncoderProfile>
|
||||||
|
|
||||||
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="22000000"
|
bitRate="33000000"
|
||||||
width="1920"
|
width="1920"
|
||||||
height="1080"
|
height="1080"
|
||||||
frameRate="30" />
|
frameRate="60" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="96000"
|
bitRate="96000"
|
||||||
|
@ -1016,10 +1029,10 @@
|
||||||
|
|
||||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="48000000"
|
bitRate="72000000"
|
||||||
width="3840"
|
width="3840"
|
||||||
height="2160"
|
height="2160"
|
||||||
frameRate="30" />
|
frameRate="60" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="96000"
|
bitRate="96000"
|
||||||
|
@ -1029,10 +1042,10 @@
|
||||||
|
|
||||||
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="22000000"
|
bitRate="33000000"
|
||||||
width="1920"
|
width="1920"
|
||||||
height="1080"
|
height="1080"
|
||||||
frameRate="30" />
|
frameRate="60" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="96000"
|
bitRate="96000"
|
||||||
|
@ -1200,10 +1213,10 @@
|
||||||
|
|
||||||
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
<EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
|
||||||
<Video codec="h264"
|
<Video codec="h264"
|
||||||
bitRate="48000000"
|
bitRate="72000000"
|
||||||
width="3840"
|
width="3840"
|
||||||
height="2160"
|
height="2160"
|
||||||
frameRate="30" />
|
frameRate="60" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="96000"
|
bitRate="96000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue