EzVIZ CS-H8C Pan and Tilt camera working with ONVIF #17231
Closed
facuzestoa
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Can confirm this works for EZVIZ H90 Dual 4MP - Dual-Lens Pan & Tilt Wi-Fi Camera as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've tried with a C8C lite and the onvif conf doesn't work. Not able to connect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
I added recently a ezviz camera model CS-H8C-R100-1K2WKFL. integrated by WiFi at home and successfully configured ONVIF to Pan and Tilt camera from Frigate, this camera has no zoom feature.
It is using port 80 and you also need to ensure that RTSP is enabled in the EZVIZ app something that is not really intuitive at all
"App Profile" --> "Settings" --> LAN Live View --> "Camera model"--> "Settings" --> "Local Service Settings" --> RTSP enabled
Just added this to cameras section on frigate.yml. In my case the stream itself is coming from go2rtc.
cameras:
PTZ_Camera:
onvif:
host: 192.168.x.xx
port: 80
user: admin
password: your password
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/PTZ_camera
input_args: preset-rtsp-restream
roles:
- record
- detect
- audio
Beta Was this translation helpful? Give feedback.
All reactions