When I opened some old Dahua NVR and IP cameras in the browser, I got a pop-up message: Please download the chrome app or Please install plugins first.
Continue reading “How to solve “Download chrome app” for Dahua”Category Archives: Dahua
How to configure DH-IPC-HFW1431S1P-S4
For example, I will set up the Dahua DH-IPC-HFW1431S1P-S4 (2.8mm) 4MP IP camera.
Continue reading “How to configure DH-IPC-HFW1431S1P-S4”Configuring Dahua PFS4218-16ET
For example, I will configure the POE switch Dahua DH-PFS4218-16ET-190.
Continue reading “Configuring Dahua PFS4218-16ET”DHI-NVR4416-4KS2 firmware update
For example, I will update the firmware DHI-NVR4416-4KS2
Continue reading “DHI-NVR4416-4KS2 firmware update”Telnet commands for Dahua DVRs
To connect to Dahua DVRs via telnet in Windows, you can use, for example, the PuTTY program.
Continue reading “Telnet commands for Dahua DVRs”Dahua DVR 5108 Firmware Update
On the test, I will update the firmware in the Dahua 5108 DVR.
Continue reading “Dahua DVR 5108 Firmware Update”Dahua IPC-K35 Firmware Update
On the test, I will update the firmware of the IP camera Dahua IPC-K35.
Continue reading “Dahua IPC-K35 Firmware Update”Dahua IPC-HFW4300S-V2 Firmware Update
For example, update the firmware on the IP camera Dahua IPC-HFW4300S-V2.
Continue reading “Dahua IPC-HFW4300S-V2 Firmware Update”How to reset Dahua IPC-HFW4300S-V2
On the test, I will reset the settings on the Dahua IPC-HFW4300S-V2 IP camera. The reason for the reset was the forgotten password.
Continue reading “How to reset Dahua IPC-HFW4300S-V2”Configuring video recording to an FTP server from IP cameras and Dahua DVRs
I recently configured the next IP camera Dahua DH-IPC-HFW1320SP-W and decided to use an FTP server for recording.
Since the menu is basically the same on Dahua cameras and DVRs, the FTP entry is configured the same way.
Open the device interface, for example by typing an IP address in the browser.
Open the “Setting” tab, then “Storage” – “Destination”, in the “Path” tab, where “Motion Detection” and “Alarm”, I marked the FTP checkboxes, by the way I could choose only one thing, or “Local ( write to a memory card or HDD) “,” FTP “or” NAS “. After the selection, click “Save” to save the changes.
Now go to the tab “FTP”, tick the “Enable” and specify the connection parameters in “Server Address”, “Username”, “Password” and press “Save” to save the changes.
After that, the device began to write video to the FTP server in mp4 format, however it was impossible to view the history entries via the mobile application and the camera interface.
Files on FTP are sorted into folders by date and time, as a variant of the video can be viewed through any FTP client from a computer or phone, if the camera writes for motion detection, accordingly if there is no motion detection, then there will be no folders and records.
Required! In the “Storage” – “Record Control” menu, you need to select “Stop” in “Disk Full”, if “Overwrite” is selected, then after restarting the camera, in my case, all records from the FTP server were deleted.
If the FTP server is running on Linux, you can, for example, add to Cron a command that will delete the directory older than 30 days so that the disk does not overflow:
find /srv/ftp/ipcam/SNCAM/ -type d -mtime +30 -exec rm -rfv {} \; >> /srv/ftp/ipcam/remove.log
See also my articles:
Using and configuring CRON
Programs for viewing video from DVR DVRs
Installing and Configuring ProFTPd in Ubuntu
Installing and Configuring Pure-FTPd in Ubuntu
Configuring an FTP server on Windows Server 2008 R2
Configuring an FTP server on MikroTik Router OS