For a long time I used the webcam of my tablet (Lenovo Android 6.0)
After making somes mistakes with ip-addresses on my router I put back correct settings.
On my tablet I use fully kiosk browser, and enabled webcam-access with html5.
I always used this url : http://10.0.0.46:8?cmd=getCamshot&password=mypassword
and in configuration.yaml I had these setting.
camera 6:
- platform: generic
name: lenovo camera
still_image_url: !secret camera_6_url
Now that this does not work anymore I installed android ip-webcam on my tablet and allowed it to run in the background
android_ip_webcam:
- host: 10.0.0.46
port: 9322
name: lenovo cam
password: !secret lenovo_cam_password
username: !secret lenovo_cam_user
''''
what could have been changed that I cannot access this camera ?
EDIT: Must accidentally have changed the url . Correct URL = http://10.0.0.46:8?cmd=getCamshot&password=mypassword