Fix for crash getting frame buffer

This commit is contained in:
Rene Zeldenthuis
2022-10-18 10:20:48 +02:00
parent 68497a6c2c
commit 348d513be0
3 changed files with 5 additions and 7 deletions

View File

@@ -175,10 +175,9 @@
<h5 class="card-header">Camera stream</h5>
<div class="card-body">
</p>The camera stream can be found at the following location:
<a
href="rtsp://{{HostName}}:{{RtspPort}}/mjpeg/1">rtsp://{{HostName}}:{{RtspPort}}/mjpeg/1</a>
<a href="rtsp://{{HostName}}:{{RtspPort}}/mjpeg/1">rtsp://{{HostName}}:{{RtspPort}}/mjpeg/1</a>
</p>
<img class="rounded mx-auto d-block" src="snapshot" alt="Camera image" width="25%">
<!-- <img class="rounded mx-auto d-block" src="snapshot" alt="Camera image" width="25%">-->
</div>
</div>
</div>