Skip to content

Script(s) to download videos from BlackVue wifi dashcams

License

Notifications You must be signed in to change notification settings

cbo100/dashcamtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackvue Downloader Script

Purpose

Automatically copies the days videos from your dashcam.

I have it scheduled to run every few minutes on my Synology NAS, if it finds my camera, it does the download. Should be equivalent functionality available on QNAP and other NAS systems, or any bash script host.

Configuration

Set the variables at the top of blackvue-downloader.sh:

  • dashcam_host : Dashcam IP address
  • download_dir : Path to save videos (videos will be placed in a subdir using vehicle_name)
  • vehicle_name : Friendly name for this camera

How to use

  1. Configure your dashcam to connect to your home wifi

BlackVue App > Firmware Settings > Cloud > Turn on, and add your wifi SSID settings

  1. Set up a DHCP reservation for your camera on your router. This ensures that the camera will always have the same IP address.

  2. Schedule blackvue-downloader.sh to run regularly and when your camera is in wifi range it will start downloading the videos.

  3. Optional: Rather than a regular schedule, you may have the ability to run the script when the camera connects to the network. Check your router settings.

Testing

See testserver/README.md

Credits

This blog post for the URLs plus some of the sed scripts:

https://gadgetblogist.wordpress.com/2014/10/16/dashcam-hacking/

About

Script(s) to download videos from BlackVue wifi dashcams

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages