Here's a bare-bones implementation that plays an SBS video as anaglyph:
Let L = pixel from left eye view Let R = pixel from right eye view
Compatibility with Side-by-Side (SBS) and Top-Bottom (TAB) formats.
public class FrameProcessor public static Bitmap[] extractSBSFrames(Bitmap fullFrame, int format) int width = fullFrame.getWidth(); int height = fullFrame.getHeight();