I am looking for an ip-video-doorbell. And did not find any positive reviews on any of them, until I came accross this item on this forum. I guess this is the first, atleast for a reasonable price it is.
Hooking up your NAS is very interesting. For my ip-cams I use a Raspberry Pi with the motion package (
Turn a Raspberry Pi into NVR or DVR with Motion) for motion detection and cloud (dropbox) storage of the motion clips and would like to keep using it also with the new doorbell, not depending on a brand-specific cloudserver somewhere in China. But I also might be in for a Synology. So tell us, please.
You cannot add the Ezviz DB1 camera to your Synology using the normal way. But you must connect to your Synology using SSH.
1) First open a SSH connection to your Synology.
2) Create a new file for example : Ezviz-DB1.conf It should be placed in /var/packages/SurveillanceStation/target/device_pack/camera_support
3) Change the ownership of the file to the same user and group of the other conf files in my case that is SurveillanceStation:SurveillanceStation
4) Edit the Ezviz-DB1.conf file with sudo vi
5) Paste the following lines into the conf file:
[Ezviz*DB1]
api = custom
resolution_h264 = 2048x1536
default_resolution_h264 = 2048x1536
fps_h264_2048x1536 = 5,10,15,20,25,30
fps_h264_1280x720 = 5,10,15,20,25,30
default_fps_h264_2048x1536 = 15
default_image-quality = 5
h264 = rtsp
mpeg4 = rtsp
mjpeg = rtsp
motion = h264,mpeg4,mjpeg
motion_param = sensitivity,threshold
rtsp_keepalive = none
rtsp_protocol = auto,udp,tcp
6) Save and close the file
7) Now go to the Surveillance Station management page
8) Add a new camera. Complete Setup.
9)
Brand: Ezviz
Camera Model: DB1
Port: 554
Username: admin
Password: Activation code of your doorbell
10) Next
11) In the next screen (Video) i did not change anything
12) In the Recording settings. You can change what suits you
13) In the Schedule settings i only use Motion Detection. But Continuous also works fine.
14) Once the camera is added. Now you have to edit the camera
15) In Device Settings go to the Advanced tab
Transport protocol: udp
Streaming Information Source: Streaming
16) Every setting where you can choose the quality i have chosen High Quality.
17) It should work now
When you first add your camera the "live preview" is still not visible but when you click on it you see the live stream. I do see a the small live preview but that was after i exported the config. Made some changes to the stream paths and imported the camera config again.
I hope it is clear enough.