Hi all,
I already done to integrate my Ezviz camera using generic code but with my nvr kit from Aliexpress i don’t
This kit have his own wifi box and 4 camera automaticly connecting with it.
I can use direct view on my TV or by the cloud.
I’m trying different solution with Ispy, onvif, motioneye, agentDVR but nothing and now my brain is broken
Model :
K8208-W (More details here
And some pics from the NVR software
Yesterday nigth, i trieed this code on configuration.yaml. This is what i found in a other other topic here :
platform: generic
name: cam2
stream_source: « http://IP.from.NVR:80/cgi-bin/sp.cgi?chn=3&u=XXX&p=XXX »
still_image_url: « http://IP.from.NVR:80/cgi-bin/snapshot.cgi?chn=3&u=XXX&p=XXX »
authentication: basic
verify_ssl: false
The little beginning of a good news that i have the snapshot but if i click to see video i’ve got a message concerning bad MIME and a statut standby.
Thanks for your help.