Replies: 4 comments
-
Not really. Mine is a different issue I have no trouble triggering a event when a snapshot is saved, I want a different event from saving a image triggered by detected motion |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
\pedantic{on} Is there a good reason not to add a event for snapshots? |
Beta Was this translation helpful? Give feedback.
-
Using motion 4.4.1 form debian archives on a Raspberry PI Zero
tl;dr I need different
save
events for snapshots. A newevent
:snapshot_save
I am writing software that processes motion events. The set up I have is taking snapshots every ten minutes, but I only care about the events triggered by motion. (Need the snapshots for a different reason)
I am having to filter out snapshot events by looking at he file name.
Hence I wish that the
save
event for a event triggered by changing pixels was different for saving a snapshot and an event triggered by motion.Am I missing something?
If it is a good idea I could see myself putting the work in to do a pull request.
Byt I fear I am missing some subtlety...
Beta Was this translation helpful? Give feedback.
All reactions