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

last cropping state and rectangle should also be overwritten by recalled video's cropping info #72

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

Currently [v last_cropping_rect] and [v last_cropping] only registers the last changes made by the mouse or numboxes. The problem is that this is not in all cases "what you see is what you get". For example I recall a video which sets cropping == 1 and the cropping rect to a rect. I haven't touched the mouse or numboxes because I am already happy with what I see. BUT if I now select Use same cropping settings for each file from the menu, I will apply not this values , but whatever was last set by the mouse or numboxes. And then I uninstall the application. :(