add remote camera module

This commit is contained in:
lxsang
2020-12-28 20:25:42 +00:00
parent befa74e64c
commit 9ac6f51a66
11 changed files with 514 additions and 0 deletions

View 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>