-
Notifications
You must be signed in to change notification settings - Fork 49
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
Create Report From Scanning Multiple Files #10
Comments
The batch processing is a good idea, but I checked and that would be covered by issue #5 already. I'll pin that one to make it's visibility higher. I don't want to make DVR-Scan modify any input files, but could make it output a list/CSV file for each file that has motion detected. Then one could write a script to look at all of the CSV files, and if they have more than just a header row, you know there was motion in the video (otherwise it is safe to delete). This is something that can probably be done with a few lines in Python. Is this an acceptable solution for you? If so I can close this as a duplicate of #5. |
Hi @kev1nme1er; Gotcha, that makes sense. I guess this is more similar to a kind of "report" function then. How about something like that, which generates a CSV file containing a list of all scanned video files, and how many motion events were detected (as well as other possible statistics in the future, e.g. average motion event length)? Thanks! Edit: I updated the title of this issue to be more reflective of this - if this isn't what you had in mind, please feel free to correct it or revert the title. |
That would be a great option. Not sure how feasible it is, but being able to apply a sensitivity would also be a huge benefit as the wind moving a lawn sign is enough to detect motion. In any case, this is a great utility and as I use it more, I may see other enhancement opportunities.
Do you have an account somewhere for donations or do you plan on selling this at some point? I'm always willing to pay for useful software.
Cheers!
Kevin
…________________________________
From: Brandon Castellano <notifications@github.com>
Sent: Sunday, March 17, 2019 5:31 PM
To: Breakthrough/DVR-Scan
Cc: kev1nme1er; Mention
Subject: Re: [Breakthrough/DVR-Scan] Bulk processing (#10)
Hi @kev1nme1er<https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkev1nme1er&data=02%7C01%7C%7Ccd02133ba9d6451705d808d6ab30af29%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636884622910222791&sdata=VlCslok%2FRk5eN0tDuZTUq9bctCB6x73gXiAZAQAGblI%3D&reserved=0>;
Gotcha, that makes sense. I guess this is more similar to a kind of "report" function then.
How about something like that, which generates a CSV file containing a list of all scanned video files, and how many motion events were detected (as well as other possible statistics in the future, e.g. average motion event length)?
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FBreakthrough%2FDVR-Scan%2Fissues%2F10%23issuecomment-473726771&data=02%7C01%7C%7Ccd02133ba9d6451705d808d6ab30af29%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636884622910232799&sdata=NZ%2F8T7difXP2wXPMG3e0lgY%2Fz30J6s6ZApkk96UZLXw%3D&reserved=0>, or mute the thread<https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAer5WZhuBH1NZwnnj_FJO2RI3PVfTxcZks5vXtBRgaJpZM4b37rs&data=02%7C01%7C%7Ccd02133ba9d6451705d808d6ab30af29%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636884622910232799&sdata=T9Ykq8lLd0lxSBSVyW45WaxPllZ3OESFX3N9PH75IUY%3D&reserved=0>.
|
Hi @kev1nme1er; Sorry for the delayed response. No plans as of yet for donations or monetization, currently have a lot on the go with my career. However I'm always open to new opportunities or ideas. I may sign up for the Github Sponsors program, but want to be cautious that I cannot offer paid support or any kind of for-profit development (at least not in my current position). I'm currently sorting out creating a distribution for Windows again, after which I can return to looking at feature development like this. Supporting multiple input files is definitely something that's still on my radar, I just still have a lot of refactor and quality-of-life improvements to address on the project before adding new features. Many thanks for the suggestions and feedback, will keep you posted for sure! |
Possible duplicate of #5, revisit when in progress. |
This is a feature request, not a bug. The surveillance NVR records many files to a single folder for each day. I would like the ability to process all files in a single folder and receive a report at the end of which files had motion in them. It would also be ideal for DVR-Scan to have a delete option to delete any files without motion, or to somehow mark them (maybe rename) so that they can easily be deleted.
The text was updated successfully, but these errors were encountered: