forked from external-repos/esp32cam-rtsp
Fix for crash getting frame buffer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user