Fix Requested frame rate not support issue when video capture
This commit is contained in:
parent
60428df668
commit
30af130988
4 changed files with 8 additions and 8 deletions
|
@ -71,8 +71,8 @@ key_support_color_effect = none,mono,negative,sepia,aqua
|
||||||
key_default_color_effect = none
|
key_default_color_effect = none
|
||||||
|
|
||||||
used_frame_rate = 1
|
used_frame_rate = 1
|
||||||
key_support_frame_rate = 24
|
key_support_frame_rate = 30
|
||||||
key_default_frame_rate = 24
|
key_default_frame_rate = 30
|
||||||
|
|
||||||
used_focus_mode = 0
|
used_focus_mode = 0
|
||||||
key_support_focus_mode = auto,infinity,macro,fixed,continuous-video,continuous-picture
|
key_support_focus_mode = auto,infinity,macro,fixed,continuous-video,continuous-picture
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
bitRate="1500000"
|
bitRate="1500000"
|
||||||
width="640"
|
width="640"
|
||||||
height="480"
|
height="480"
|
||||||
frameRate="24" />
|
frameRate="30" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="12200"
|
bitRate="12200"
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
bitRate="1500000"
|
bitRate="1500000"
|
||||||
width="640"
|
width="640"
|
||||||
height="480"
|
height="480"
|
||||||
frameRate="24" />
|
frameRate="30" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="12200"
|
bitRate="12200"
|
||||||
|
|
|
@ -71,8 +71,8 @@ key_support_color_effect = none,mono,negative,sepia,aqua
|
||||||
key_default_color_effect = none
|
key_default_color_effect = none
|
||||||
|
|
||||||
used_frame_rate = 1
|
used_frame_rate = 1
|
||||||
key_support_frame_rate = 24
|
key_support_frame_rate = 30
|
||||||
key_default_frame_rate = 24
|
key_default_frame_rate = 30
|
||||||
|
|
||||||
used_focus_mode = 0
|
used_focus_mode = 0
|
||||||
key_support_focus_mode = auto,infinity,macro,fixed,continuous-video,continuous-picture
|
key_support_focus_mode = auto,infinity,macro,fixed,continuous-video,continuous-picture
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
bitRate="1500000"
|
bitRate="1500000"
|
||||||
width="640"
|
width="640"
|
||||||
height="480"
|
height="480"
|
||||||
frameRate="24" />
|
frameRate="30" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="12200"
|
bitRate="12200"
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
bitRate="1500000"
|
bitRate="1500000"
|
||||||
width="640"
|
width="640"
|
||||||
height="480"
|
height="480"
|
||||||
frameRate="24" />
|
frameRate="30" />
|
||||||
|
|
||||||
<Audio codec="aac"
|
<Audio codec="aac"
|
||||||
bitRate="12200"
|
bitRate="12200"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue