I'm talking about the ffmpeg based MVC decoder (which is a new thing). The Zidoo is using a completely different (likely hardware) decoder.
I don't think it's possible for it to be in the actual hdmi output path (it has no knowledge of a frame from 10 frames in the future).It's going wrong either in the decoder, or somewhere in the render path of kodi. But that wouldn't be affected by the type of display/projector used.
If you add this advancedsettings.xml file:
Code<advancedsettings> <video> <stereoscopicpreferframepacking>false</stereoscopicpreferframepacking> </video> </advancedsettings>
it will disable framepacking and output as half-sbs (or half-tab). Is that any different?May be useful to disable 3d mode and look at the two halves - do both have a consistent glitch or just one eye?
I created an advancedsettings.xml file in plain text format and placed it in the /userdata folder, but it still outputted 3D in frame packing format. However: Wouldn't the result be the same if I disabled stereoscopic mode in Kodi playback, so that it outputs a 2D image with both the left and right parts side by side? If yes: This gives me a steady smooth movement without glitches, as long as I don't set the projector manually into SBS 3D mode. As soon as I do this, the glitches occur again. I know this sounds weird ¯\_(ツ)_/¯