mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-12 05:55:37 +00:00
11 lines
365 B
Plaintext
11 lines
365 B
Plaintext
|
<launcher name="test-vfs_capture" pkg="test-vfs_capture">
|
||
|
<config period_ms="20" width="640" height="480">
|
||
|
<vfs><dir name="dev"><capture/></dir></vfs>
|
||
|
<view xpos="100" ypos="100"/> <!--view xpos="800" ypos="600"/-->
|
||
|
</config>
|
||
|
<route>
|
||
|
<service name="Capture"> <child name="webcam"/> </service>
|
||
|
<any-service> <parent/> </any-service>
|
||
|
</route>
|
||
|
</launcher>
|