Hello,
I have a custom board based on the DM8148 where I'm streaming (currently) NTSC video to the S-Video output using the V4L2 (/dev/video3) device. This works perfectly fine, but one of the features I have to implement is inverting of the video, i..e, a rotation of 180 degrees.
I'm more familiar with the OMAP3/VRFB subsystem which had the rotation support, but from preliminary search for DM8148 and rotation yielded conflicting answers about the use of Tiler on EZSDK. I'm based on EZSDK 5.04 right now, and a couple of posts suggest that Tiler support is integrated for scaling but not for rotation?
My path would be, S-Video -> VIN1 -> /dev/video5 -> APP -> /dev/video3. So inbetween VIN1 and /dev/video5, I want to flip a switch or something to have the image be inverted/rotated so that I can continue passing it along for display.
Could I get a definitive answer on whether rotation is supported on the DM8148 with EZSDK 5.04 for both FBDEV and V4L2 output devices and if so how to enable and configure it. If Tiler support is not available, what are the alternates available to me to invert the video?
~Ashwin