You opened ABRAZOS as a
file:// URL. Camera + some WebSocket connections may not work reliably from file URLs.
Fast fix (still one HTML file):
- Put this HTML in a folder.
- In that folder, run: python -m http.server 8000
- Open: http://localhost:8000
You can close this and continue anyway — buttons will work, but camera may be blocked.