Created
June 27, 2019 11:38
-
-
Save dmitrykolesnikovich/058d55d1053d88bd2d3b323703a3b413 to your computer and use it in GitHub Desktop.
Http camera for Web
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<img src="http://150.214.222.102:80/mjpg/video.mjpg" style='height: 200px; width: 200px; object-fit: contain; background-color:red'></img> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment