So I came across a problem with a D-Link IP camera, the MicroSD card would get full and I would have to manually reformat the card because the camera did not support overwriting when set to motion detection.
So I setup a script to run a cURL command to format my SD card on the camera automatically every month. Please see my other posts to find out how to use the curl command.
curl username:password@192.168.1.100/cgi-bin/format.cgi?SD
Keywords: IP Camera, D-Link, DCS, Format, SD Card, curl, remote format, curl format.
So I setup a script to run a cURL command to format my SD card on the camera automatically every month. Please see my other posts to find out how to use the curl command.
curl username:password@192.168.1.100/cgi-bin/format.cgi?SD
Keywords: IP Camera, D-Link, DCS, Format, SD Card, curl, remote format, curl format.
No comments:
Post a Comment
Thanks for your input.