You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<body>
<a-scene>
<a-assets>
<img id="my-image" src="http://192.168.1.2:5001/video_feed">
</a-assets>
<!-- Using the asset management system. -->
<a-image src="#my-image" width="16" height="9"></a-image>
<!-- Defining the URL inline. Not recommended but more comfortable for web developers. -->
<!--<a-image src="img/BatmanvSuperman.jpg" width="16" height="9"></a-image>-->
</a-scene>
</body>
`
The text was updated successfully, but these errors were encountered:
Tried streaming JPEG frames using mjpeg-streamer
This html shows only the first frame of JPEG streams while streamer works fine.
`
<script src="https://aframe.io/releases/0.2.0/aframe.js"></script>
The text was updated successfully, but these errors were encountered: