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

Conversation

ruzko
Copy link

@ruzko ruzko commented Jun 10, 2022

Add tool to run user-defined recording command/script when triggered by a gpio pin reading HIGH.

Caveats:
No input sanitation for which commands can be run
No input sanitation for which pins can be used as input pin

ruzko added 4 commits May 23, 2022 13:17
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
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.
Add script to run arbitrary command or read command from preset file when a gpio pin is read as HIGH. Uses BCM numbering scheme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant