Camera: Changed video size to 1920 x 1080
Changed the video size from 1920 x 1088 to 1920 x 1080 which is the correct size for 1080p resolution Change-Id: I34007fee297c49121cfc5b9ca2572035f063cf34
This commit is contained in:
parent
320da54cf6
commit
346f57029a
|
@ -112,7 +112,7 @@
|
|||
<Video codec="h264"
|
||||
bitRate="20000000"
|
||||
width="1920"
|
||||
height="1088"
|
||||
height="1080"
|
||||
frameRate="30" />
|
||||
|
||||
<Audio codec="aac"
|
||||
|
@ -177,7 +177,7 @@
|
|||
<Video codec="h264"
|
||||
bitRate="20000000"
|
||||
width="1920"
|
||||
height="1088"
|
||||
height="1080"
|
||||
frameRate="30" />
|
||||
|
||||
<Audio codec="aac"
|
||||
|
@ -243,7 +243,7 @@
|
|||
<Video codec="h264"
|
||||
bitRate="20000000"
|
||||
width="1920"
|
||||
height="1088"
|
||||
height="1080"
|
||||
frameRate="30" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
|
@ -313,7 +313,7 @@
|
|||
<Video codec="h264"
|
||||
bitRate="20000000"
|
||||
width="1920"
|
||||
height="1088"
|
||||
height="1080"
|
||||
frameRate="30" />
|
||||
|
||||
<!-- audio setting is ignored -->
|
||||
|
@ -414,7 +414,7 @@
|
|||
<Video codec="h264"
|
||||
bitRate="20000000"
|
||||
width="1920"
|
||||
height="1088"
|
||||
height="1080"
|
||||
frameRate="30" />
|
||||
|
||||
<Audio codec="aac"
|
||||
|
|
Loading…
Reference in New Issue