Skip to content

Instantly share code, notes, and snippets.

@dmitrykolesnikovich
Created June 27, 2019 11:38
Show Gist options
  • Save dmitrykolesnikovich/058d55d1053d88bd2d3b323703a3b413 to your computer and use it in GitHub Desktop.
Save dmitrykolesnikovich/058d55d1053d88bd2d3b323703a3b413 to your computer and use it in GitHub Desktop.
Http camera for Web
<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