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

Graphical User Interface (GUI)

Open andy-verstraeten opened this issue 5 years ago • 4 comments

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?

andy-verstraeten avatar Sep 19 '20 10:09 andy-verstraeten

Hey @andy-verstraeten;

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

Thanks :)

Breakthrough avatar Sep 24 '20 03:09 Breakthrough

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.

andy-verstraeten avatar Sep 24 '20 19:09 andy-verstraeten

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 avatar Feb 02 '21 02:02 Breakthrough

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!

Breakthrough avatar Feb 03 '21 05:02 Breakthrough