mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
21 lines
891 B
HTML
21 lines
891 B
HTML
|
<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>
|