Closed svenanderzen closed 7 years ago
Place the move_frame
function inside VideoFrameGrid
? Won't we still have to pass down self
from the application to VideoFrameGrid
anyway then?
Or are you referring to something else?
I'll just have to merge with master first though 🔨
All ready to merge. Please review @kaszim or @mictab
Passively aggressive ping @kaszim @mictab
Looks good, nothing to add 👍
Description
This PR adds a new class
VideoFrameGrid
that will be the main parent element for all of ourLiveVideoFrames
. The class handles theStreamCoordinates
(now renamed toVideoFrameCoordinates
) as well as the updating of these. The UI file have received acontainer
that's just a VBoxLayout (since there has to exist a root layout element in the UI file) where theVideoFrameGrid
is added to.Important files to review
main.py
videoframegrid.py