mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
19 lines
873 B
HTML
19 lines
873 B
HTML
<afx-app-window apptitle="RemoteCamera" width="650" height="550" data-id="RemoteCamera">
|
|
<afx-vbox >
|
|
<div data-id="container">
|
|
<canvas data-id="player"></canvas>
|
|
</div>
|
|
<afx-hbox data-height="35">
|
|
<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>
|
|
</afx-vbox>
|
|
</afx-app-window> |