Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Robjects-Pi/dash-camera-manual_raspivid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

piDash

piDash Logo Github issues badge Github code size badge Github license badge

Raspberry Pi Zero

- services
    - dashcam.service: 
    - upload.service:
- dashcam.sh: 
- shutdown.sh
- startdashcam.sh: script that runs "dashcam.sh" script
- stopdashcam.sh
- upload_files.sh

Config

installation: 
    - enable camera legacy stack:
        $ sudo raspi-config
        (interface options, enable legacy camera, reboot rpi)

To run

- To start dashcam (without boot startup), just run startdashcam.sh script:
    $ /bin/bash /home/piDash/piZero/dashcam.sh
- Starting on boot (two options explained): 
    1. using Systemd: to automatically start startdashcam.sh when pi boots up, attach dashcam.service to /etc/systemd/system/.
    2. Using .bashrc.local: On your pi, edit /etc/rc.local with root permissions. 
        $ sudo nano rc.local
    attach /bin/bash
    3. crontab, rc.local, etc: In addition to the two option listed above, you can utilize more methods to run dashcam automatically, feel free to research how to implement the script corresponding to implementation used.

3. same applies to the upload service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •