Perhaps these have already been solved for but I’m unable to locate anything in the documentation.
-I’d like to turn off the overlay property entirely. It defaults to Amcrest Camera and overlays in the exact same location at the camera’s overlay. I want this property on the camera, as that goes with the recording. The documentation says you can add name: to customize it, but this field can’t be blank. How do I eliminate this overlay?
-I occasionally get “error loading image” errors in the GUI, and the log will fill with errors like this:
File "/home/homeassistant/.homeassistant/deps/amcrest/http.py", line 60, in command timeout=timeout_cmd, File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/api.py", line 70, in get return request('get', url, params=params, **kwargs) File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/api.py", line 56, in request return session.request(method=method, url=url, **kwargs) File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/adapters.py", line 499, in send raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: HTTPConnectionPool(host='hostname', port=port): Read timed out. (read timeout=3)
I noticed the frames refresh every 2 seconds, but I think I can remedy this problem by switching it to every 5 seconds or so and increasing the timeout. Is there anyway to accomplish this?
If it is relevant, I am running HA ver 0.35.3 on a raspi and am using Amcrest IP2M-841 cameras.
Thanks for your help.