Skip to content

magma1447/BlackVue-phpDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

BlackVue-phpDownloader

Automatically downloads video files from your BlackVue DashCam. It of course needs to be connected to your network, via WiFi for example.

Configuration

There are two relevant parameters to configure. They are both hidden in the code, at the very top. Set $hostname to something that resolves to your camera, or its IP address. Set $destination to the directory to which you want the video files downloaded.

Schedule

Schedule it by creating /etc/cron.d/BlackVue-phpDownloader and adding the following to it. Replace root with a username which does not have evelated privileges.

MAILTO=root
*/5 * * * * root /usr/bin/php -f /usr/local/BlackVue-phpDownloader/BlackVue-phpDownloader.php >/dev/null

About

Automatically downloads videos from the BlackVue DashCam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages