GithubHelp home page GithubHelp logo

steve192 / dashcam-transporter Goto Github PK

View Code? Open in Web Editor NEW
36.0 5.0 2.0 398 KB

Application running on a raspberry pi, to transfer your dashcam video files to your preferred storage

License: GNU General Public License v3.0

Shell 6.51% TypeScript 80.73% JavaScript 12.76%
automation dashcam downloader raspberry-pi smart viofo

dashcam-transporter's Introduction

dashcam-transporter

Application running on a raspberry pi (or other debian based platforms), to transfer and archive your dashcam video files to your preferred storage

Transfer illustration

How it works

  • The application is searching for the WIfi of your dashcam
  • If found it connects to it in searches for locked videos (those where something happened), downloads them and deletes them from the dashcam
  • The application then searches for your home network, connects and uploads the videos and deletes them from the pi

Currently supported dashcams

  • โœ… Viofo A119 Mini (Probaply other viofo as well)

Currently supported target storages

  • โœ… Samba (SMB) Windows Share

Installation

Automated script

  • Setup raspbian lite (or other debian based os, this is not tested though) and execute

curl -o- https://raw.githubusercontent.com/steve192/dashcam-transporter/main/install.sh | bash

Manual

  • Setup raspbian lite (or other debian based os, this is not tested though)
    • Ensure npm is installed if using something different than raspberry pi (sudo apt install node npm)
  • Install git and node sudo apt update && sudo apt install git nodejs npm
  • Download clone dashcam transporter from github
    • git clone https://github.com/steve192/dashcam-transporter.git
  • Navigate to the directory cd dashcam-transporter/backend
  • Install node modules npm i
  • Build npm run build
  • Navigate to the build result cd dist
  • Execute setup script sudo ./setup.sh
  • Edit the settings.ini file nano settings.ini
  • Reboot and the script will automatically be started sudo reboot

Meaning of leds

The script controls the raspberrys leds

  • Blinking LEDs - Waiting for connections to dashcam of home network (Will also blink if there is nothing to transfer)
  • LEDs on - Transfer is currently running

dashcam-transporter's People

Contributors

steve192 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

rm335 kelau

dashcam-transporter's Issues

Add tests

Every dashcam model should have integration tests

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.