Graphical User Interface (GUI)
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?
Hey @andy-verstraeten;
Do you have a picture of what you have so far? That definitely sounds very useful and interesting!
Thanks :)
This is what it looks like so far. Next thing to implement is the ROI select.
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.
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!