Hi folks,
I am working on a platform using a DM814x and EZSDK 5.05. We have heavily modified the OMX components to allow ISS capture and resizing. The image that is being streamed is sized 2592x1944 @ 15fps.
The next part of the project is to rotate the streamed image by 90 degrees. The best way to do this is using the Tiler and the ISS code that we are using has the capability to use this.
However, it looks like substantial modifications would be required in order to make OMX function correctly with tiled buffers. I realise that the components that we have can use tiled memory as input, but the Gstreamer/OMX layers seem to have difficulty supporting the tiled memory.
Therefore, the best strategy seems to be to capture the image in the ISS, then convert from tiled memory to non-tiled memory before passing the frame to the rest of the GStreamer/OMX pipeline.
Is this feasible? Is there a way to convert from tiled memory to non-tiled memory for a 5MP video stream at 15fps?
I had looked at EDMA, but I read on this forum that EDMA cannot access tiled memory (other than the 0 degree view). Is this correct?
Any help would be greatly appreciated,
Thanks in advance,
Regards,
Terry