DVR-Scan icon indicating copy to clipboard operation
DVR-Scan copied to clipboard

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.

Results 39 DVR-Scan issues
Sort by recently updated
recently updated
newest added

**Bug/Issue Description:** The CUDA windows build not working, throwing errors. What am i doing wrong ? **Required Information:** c:\sg-bin\dvr-scan-cuda\dvr-scan.exe -i D:\surveillance\Ch6\2021-09-09\SGNVR_ch6_main_20210909133828_20210909134647.mp4 -b mog2_cuda **Computing Environment:** window 10 - OpenCV installed...

status: awaiting response

Right now seeking is inefficient. Add a more efficient implementation, but also allow the user to specify a fallback to the older (slow) seeking mode if the input is not...

improvement
status: accepted

Using ffmpeg instead of the OpenCV VideoWriter will be faster (allows GPU-based encoding), provide significantly higher quality (or even skip re-encoding entirely by using stream copying), and resolve various issues,...

feature

Currently, output filenames follow a fixed format: `{VIDEO_NAME}.DSME_{EVENT_NUMBER}.avi` As brought up in #88, it would be useful to allow users to specify a custom template. Some of the template variables...

feature

Please allow multiple rectangle of interest support. Example: dvr-scan -i some_video.mp4 -o some_video_motion_only.avi -roi 50 50 100 100 -roi 200 100 100 150 -roi 100 250 150 50

improvement
status: accepted

In the CLI text output, in the section named “Comma-separated timecode values”, is it actually intended behavior that the separators are all commas, both between start and end time of...

feedback required

In v1.5, support for using ffmpeg to export video files was added. However, there is no support yet for concatenating multiple input videos. To correctly support this, a temporary list...

improvement
known issue

As identified in #70, using frame-skip also results in the same frames being skipped in the resulting video output. This is undesirable, and will require some changes so that we...

improvement
known issue

Would there be a way to have a non rectangular (polygon) region of interest like in ZoneAlarm? In my specific case there are trees that blow in the wind that...

improvement
feature
status: accepted

Hello , it's a great tool, but is there any way to handle brightness changes (like sun and clouds ) without triggering a motion detection? Maybe by defining the max...

improvement
help wanted
feedback required