Having troubles with setting up a component. I have the Unifi Video Controller installed on the same host as Home Assistant. The camera itself is added to the controller software and works fine. The API key is correct.
Then you have to edit the uvc camera component for some reason. The component is not passing the login data so you get the unable to login error. Go to .homeassistant/deps/uvcclient then find camera.py. You will want to edit this code to match your login info, ubnt is the username for all UVC cameras I believe, then set the camera password, which is different from your user login password.
then you should be set. Restart home assistant and it should work. The only issue I have is response time when you click the image of the camera, which then opens the full video feed. It takes a while to load the camera. Let me know how that goes for you!
Generic and UVC are both slow for me. I click the camera and the popup comes up, then it seems to take anywhere from 20 to 30 seconds to load the video feed. Has that been your experience @PtP?
Edit: Tried on other devices besides the host computer that runs HASS and it loads instantly. Weird!