Any one know how can i add NVR IP camera Dahua

Yes on configure.yaml

Ok, this is the formatting if in configuration.yaml

camera:
  - platform: generic
    still_image_url: http://admin:[email protected]/cgi-bin/snapshot.cgi?

Thanks for try to help me :slight_smile:

Same Generic Camera(Error loading image) i dont know what more can i test,
my this missing a component ?

My config is a little different.

I have “camera: !include cameras.yaml” in configuration.yaml.

Then I created “cameras.yaml” with the following.

- platform: generic
  still_image_url: http://admin:[email protected]/ISAPI/Streaming/channels/101/picture
  name: 3. Porch
- platform: generic
  name: 1. Front North
  still_image_url: http://admin:[email protected]/cgi-bin/snapshot.cgi?
- platform: generic
  name: 2. Front South
  still_image_url: http://admin:[email protected]/cgi-bin/snapshot.cgi?
- platform: generic
  name: 4. Backyard
  still_image_url: http://admin:[email protected]/cgi-bin/snapshot.cgi?

Plus my other generic cameras for weather map, gps tracking etc…

1 Like

I didn’t have to install anything other than my.
config.

Are you using Hassbian?

i’m not sure what im use, how can i check it?

Maybe @fabaff can shed some light on this issue.

https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/camera/generic.py

my i test Hassbian?

What is HA running on?

Do you get the same error with different browsers?

What’s in the log?

Home Assistant
0.39.2

whagt are you? do you run it on pi also?
are you use Hassbian or all in one?\

HA 0.44.1 on Pi3 Hassbian.

Another thing to try is, change the camera sub stream to mjpeg and use the following.

camera:
  - platform: mjpeg
    still_image_url: http://admin:[email protected]/cgi-bin/snapshot.cgi?

You didn’t say if you get the same error with different browsers?

via browsers that show the image, i do not get any error

HA in different browsers?

or that… i will try now on google

same with mjpeg same with google :frowning:

Did you change the camera sub stream in the camera to mjpeg?

yes, as you say,

im try to reset my ha im installk a new image and update.

many many many thanks for your help!

Just update your current HA