mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
add remote camera module
This commit is contained in:
21
RemoteCamera/assets/scheme.html
Normal file
21
RemoteCamera/assets/scheme.html
Normal file
@ -0,0 +1,21 @@
|
||||
<afx-app-window apptitle="RemoteCamera" width="650" height="550" data-id="RemoteCamera">
|
||||
<afx-vbox >
|
||||
<afx-hbox data-height="30">
|
||||
<div data-width="10"></div>
|
||||
<afx-label text="__(Resolution)" data-width="80"></afx-label>
|
||||
<afx-list-view dropdown=true data-id="resoctl"></afx-list-view>
|
||||
<div data-width="10"></div>
|
||||
<afx-label text="__(JPEG Quality)" data-width="90"></afx-label>
|
||||
<afx-slider data-id="qctl" ></afx-slider>
|
||||
<div data-width="10"></div>
|
||||
<afx-label text="__(FPS)" data-width="40"></afx-label>
|
||||
<afx-list-view dropdown=true data-id="fpsctl"></afx-list-view>
|
||||
<div data-width="10"></div>
|
||||
</afx-hbox>
|
||||
|
||||
<div data-id="container">
|
||||
<canvas data-id="player"></canvas>
|
||||
</div>
|
||||
|
||||
</afx-vbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user