notklaatu / stopgo

Stop-motion animation software. This is a publish-only repository mirroring Gitlab.
http://makerbox.org.nz/stopgo
Other
17 stars 5 forks source link

Letterboxing/Overlay after Playback #15

Closed cyanidecupcake closed 8 years ago

cyanidecupcake commented 8 years ago

After playing animation, sometimes there will be a letterboxing effect where you see a previous frame with the live feed letterboxed over top of it.

Playback itself nearly always letterboxes and users complain of not being able to see their complete frame.

img_20160601_170433_1

notklaatu commented 8 years ago

I think I've identified why this happens. in the OnTimer function, I hard coded the resolution of playback (no good reason to do that; it was early in development and I wasn't sure how I was handling resolution yet). I marked the line (814 in gui.py as of this note) with BUGBUG, so I'll take a look at the overall resolution scheme and this should get fixed along with that.

notklaatu commented 8 years ago

I changed hardcoded res to self.screenWidth, so in theory this should fix the glitch. Since I can't reproduce the glitch, I'll have to wait til it's tested by 8 year olds. For now, closing

f112c47 selected icons, new styled buttons, possible letterboxglitch fix