balintlaczko / VideoAnalysis

Non-realtime video analysis, exporting motiongrams and various quantitative features of movement in the video file.
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/VideoAnalysis/
1 stars 0 forks source link

Shouldn't we render the 3 output streams into an external [jit.window] instead? #24

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

It would maybe enhance CPU efficiency, make the rendered window re-sizable, and keep the top-level patch's Y dim (- it looks suspicious when for ex. going out from a small cropped state to non-cropped suddenly we don't see half of the picture).

alexarje commented 4 years ago

Yes, it could possibly be shown in a jit.window instead. Just need to find a location for where to put the settings? Perhaps you can talk to @alenaclim about the usability. She took the course MUS2006 which this program was originally developed for.

balintlaczko commented 4 years ago

Okay, yes, then we discuss it with Alena! My idea is to keep the settings in the max patch, (even with the cropping display in it) and have the glued triple image in the jit.window. If we go for the openGL thing, I also thought about having the settings on collapsible overlays - but maybe that would clutter things too much... We will see how it makes the best sense.

alexarje commented 4 years ago

Yes, do whatever you think makes sense.

alenaclim commented 4 years ago

I think indeed it would be better to try it on a jit.window. I'll discuss it with Balint further ^.^

balintlaczko commented 4 years ago

Implemented - commit comes later together with @AleksanderTidemann

alexarje commented 4 years ago

Nice