mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
vbox5-nova-capture: Set camera to 640x480@30fps
Default to 30fps issue #4196
This commit is contained in:
committed by
Christian Helmuth
parent
19a5fee70b
commit
ff452619e3
@@ -67,7 +67,7 @@
|
||||
<fs writeable="yes"/>
|
||||
</vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
||||
<webcam vertical_flip="true" fps="15" report="true" screen_size="false" width="1024" height="768"/>
|
||||
<webcam vertical_flip="true" fps="30" report="true" screen_size="false" width="640" height="480"/>
|
||||
</config>
|
||||
<route>
|
||||
<service name="Audio_out"> <parent/> </service>
|
||||
|
||||
Reference in New Issue
Block a user