Breakthrough / DVR-Scan

:vhs: Tool for extracting scenes with motion from videos (e.g. security camera or DVR footage). Written in Python, uses OpenCV.
http://www.dvr-scan.com/
Other
367 stars 49 forks source link

Graphical User Interface (GUI) #37

Open andy-verstraeten opened 3 years ago

andy-verstraeten commented 3 years ago

I built a simple GUI to scan some video's using PyQt5. It has hard coded settings for my use case at the moment. Would you be interested if i expanded on the idea so the GUI allowed for all the command line arguments?

Breakthrough commented 3 years ago

Hey @andy-verstraeten;

Do you have a picture of what you have so far? That definitely sounds very useful and interesting!

Thanks :)

andy-verstraeten commented 3 years ago
Screenshot 2020-09-24 at 21 28 34 Screenshot 2020-09-24 at 21 30 58

This is what it looks like so far. Next thing to implement is the ROI select.

Breakthrough commented 3 years ago

Note that this is now available in the guidev branch. Many thanks to @andy-verstraeten for providing the GUI. I'll plan on including this in DVR-Scan v1.3 as an optional feature.

For people that wish to beta-test the GUI, feel free to checkout the guidev branch. The plan is to keep that feature branch always updated with master until it's merged and released.

Breakthrough commented 3 years ago

Hey @andy-verstraeten;

I merged your code into a feature branch for now. I wanted to ask, for the ROI selection, did you complete the calculation of the coordinates? I think the display resolution doesn't line up when the image is enlarged - have you updated the GUI code since the PR was submitted? If not no worries, just trying to coordinate what needs to be prioritized.

Thank you!