Evocam Webcam Html [new] Online
<html> <body> <h1>Evocam Webcam</h1> <img src="http://192.168.0.100:8080/video.mjpg" /> <br /> <input type="range" id="brightness" min="-100" max="100" value="0"> <label for="brightness">Brightness</label> <script> document.getElementById("brightness").oninput = function() var brightness = this.value; var xhr = new XMLHttpRequest(); xhr.open("GET", "http://192.168.0.100:8080/set?brightness=" + brightness, true); xhr.send(); ; </script> </body> </html>
.animate-slide-up animation: slide-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; evocam webcam html