Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MFC and Image processing on Samsung Exynos-5422

I wan to debayer, white balance and .. using available hard ware on this ARM processor. I am not sure if it relates to this forum or not ( ), but hopefully someone redirect me to some detail information where I can find information.

My images are arriving from a USB device in RAW bayer format and I want to debayer white balance and ... as fast as possible.

1- Can I use MFC or other hardware resources on this processor?

2- Can I use GPU to do this? Any sample code on how to do this?

I already has code to do this on CPU, but it is very slow (it takes around 1 sec to processes a 10Mpixel image.

Parents
  • I would recommend using OpenCL.

    You have some extensions to be able to import dma_buf allocations in OpenCL in order to avoid copying the data to/from GPU memory.

    However the version of the driver currently available on our website doesn't support this extension yet, but the next one will.

    Hope this helps,

Reply
  • I would recommend using OpenCL.

    You have some extensions to be able to import dma_buf allocations in OpenCL in order to avoid copying the data to/from GPU memory.

    However the version of the driver currently available on our website doesn't support this extension yet, but the next one will.

    Hope this helps,

Children