Anaglyph 3d Video Player For Android Today
VRobe is an interesting hybrid. While it is designed for VR Cardboard headsets, it has a dedicated "Anaglyph 3D" mode for standard viewing. Its strength is .
val surfaceTexture: SurfaceTexture get() = surfaceTexture!! anaglyph 3d video player for android
Not every video player can do this. VLC, for example, is amazing, but its 3D anaglyph filter is buried in menus and often broken on Android. Here are the dedicated champions. VRobe is an interesting hybrid
// Full-screen quad vertices (x, y) val vertices = floatArrayOf( -1f, -1f, 1f, -1f, -1f, 1f, 1f, 1f ) vertexBuffer.put(vertices).position(0) val surfaceTexture: SurfaceTexture get() = surfaceTexture
gl_FragColor = vec4(red, green, blue, 1.0);
An anaglyph image superimposes two images. To isolate these images for the appropriate eye, the viewer wears glasses with colored filters, typically Red/Cyan.
Specifically designed to convert SBS (Side-by-Side) video into anaglyph mode with a single tap.