rotate camera
This commit is contained in:
parent
3f3fe2dc40
commit
c347e237ba
@ -23,7 +23,7 @@ const char INDEX_HTML[] PROGMEM = R"HTML(
|
||||
<h2>ESP32 Robot</h2>
|
||||
|
||||
<div style="margin:10px 0; max-width:420px;">
|
||||
<img src="http://192.168.3.70:81/stream" style="width:100%; border:1px solid #ccc; border-radius:6px;" />
|
||||
<img src="http://192.168.3.70:81/stream" style="width:100%; border:1px solid #ccc; border-radius:6px; transform: rotate(90deg);" />
|
||||
</div>
|
||||
|
||||
<div class="grid">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user