I want motion to process a videofile and quit afterwards. #1865
Replies: 3 comments 1 reply
-
I know some others wanted quitting the application after reading a file but the use case never made much sense to me. My intended purpose for the processing of files was to tune / work the detection criteria which means to continually loop through the file getting various looks at how the motion was being processed. The various commands for Motion 4.x are here and have I'd note that processing files is very "twitchy". The processing speed for reading the file, the framerate and the implicit detection rate all come into play. It is listed in the enhancement discussion (Processing of movies at x times normal speed.) but has not been worked on. |
Beta Was this translation helpful? Give feedback.
-
I would be happy if I had an event for quitting the application. My usecase: |
Beta Was this translation helpful? Give feedback.
-
For those having similar usecases: I have found a project, which can be used to process motion in video files: DVR-scan |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run motion as a process to read a file netcam_url file:///tmp/netcam.mp4, let it process its contents and quit after finishing instead of starting anew with the same file.
After probing some different actions it seems there is no mechanism for me to just do that or I did not find the right event to send this:
´´´curl http://localhost:8080/0/action/end´´´
An alternative could be a switch to just 1-pass a file and then quit.
Beta Was this translation helpful? Give feedback.
All reactions