<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>nokhwa js capture wasm test</h1>
<div>
<div>
<label id="requestStatus">no permission yet :(</label>
<div>
<button id="requestButton">request permission</button>
</div>
</div>
<div style="margin-top: 1%;">
<label>supported media constraints:</label>
<div>
<ul id="constraintList">
</ul>
<button id="constraintButton">get constraints</button>
</div>
</div>
<div style="margin-top: 1%;">
<label id="deviceLabel">list of devices:</label>
<div>
<ul id="deviceList">
</ul>
<button id="deviceButton">get devices</button>
</div>
</div>
<div style="margin-top: 1%;">
<label id="deviceDropdownLabel">devices:</label>
<div>
<select id="deviceDropdown">
</select>
<button id="deviceOpenButton">open selected device</button>
</div>
<div style="margin-top: 1%;">
<label id="streamPlayLabel">No Stream...</label>
<button id="streamStopButton">Stop Stream</button>
<button id="streamCaptureImageButton">Capture and Download</button>
<div id="streamPlayArea"></div>
</div>
</div>
</div>
<script src="main.js"></script>
</body>
</html>