Hello there!
Can somebody help me out on this issue!
I have an Eminent Em6225 ip camera and I can’t get it to work in hassio.
I have tried several configurations but nothing works.
I use a picture glance card for showing the cam in the GUI but no image or stream is loaded.
I always get a broken image icon.
Also there’s nothing usefull in the hassio logs…
Extra info:
The camera is working in vlc player with this url: rtsp://admin:[email protected]:554/11
Also still image is working with this url: http://192.168.1.5:81/tmpfs/auto.jpg (credentials must be filled in).
I use hassio 0.86.1 on a ras-pi 3.
My config attemps:
in configuration.yaml:
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
#Camera
camera:
- platform: onvif
host: 192.168.1.5
port: 8080
username: admin
password: xxx
extra_arguments: -rstp_transport tcp
- platform: mjpeg
name: TestMjpeg
still_image_url: http://192.168.1.5:81/tmpfs/auto.jpg
mjpeg_url: http://192.168.1.5:81/videostream.cgi
username: admin
password: xxx
- platform: ffmpeg
name: test2
input: -rtsp_transport tcp -i rtsp://admin:[email protected]:554/11
extra_arguments: -pred 1 -q:v 2
- platform: onvif
name: test3
host: rtsp://admin:[email protected]:554/11
- platform: generic
name: test4
still_image_url: http://192.168.1.5:81/tmpfs/auto.jpg
username: admin
password: xxx
For showing in the interface:
- type: picture-glance
title: MyCam
entities: []
camera_image: camera.test4
So, somebody has the same or similar ip camera and knows how to get it to work???
Love to hear the solution!
Thank you in advance!