Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gpio triggered recording #75

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 23, 2022

  1. enable parallell processing

    This significantly speeds up post-processing. Some logic is provided to determine which Pi model the script is running on, and number of parallell processes are limited accordingly
    ruzko committed May 23, 2022
    Configuration menu
    Copy the full SHA
    ae9ef04 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. add options

    option one appends current time to filename. This lets a user use the same command repeatedly without overwriting previous gif files.
    
    Option two lets the user keep new auxiliary files if they want to.
    ruzko committed May 30, 2022
    Configuration menu
    Copy the full SHA
    2c11a7b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Create recording_trigger.sh

    Add script to run arbitrary command or read command from preset file when a gpio pin is read as HIGH. Uses BCM numbering scheme.
    ruzko committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    31cd273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bcfb9b View commit details
    Browse the repository at this point in the history