Ask Your Question
1

Does OpenCV support PowerVR SGX540 GPU?

asked 2012-10-02 08:03:24 -0600

learning_opencv gravatar image

Does OpenCV support PowerVR SGX540 GPU?

I found from webpage and found "The OpenCV GPU module is a set of classes and functions to utilize GPU computational capabilities. It is implemented using NVIDIA* CUDA* Runtime API and supports only NVIDIA GPUs."

Can I use OpenCV in Pandaboard with GPU support?

Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2012-10-02 15:47:54 -0600

karlphillip gravatar image

As you've discovered, OpenCV uses CUDA technology to speed up processing on the GPUs. For the moment, CUDA is still only supported by NVIDIA GPUs.

For the moment, the answer is no, you cannot enjoy OpenCV's GPU acceleration with PowerVR GPUs because they don't support CUDA.

However, last year OpenCV started working on a OpenCL module. The module is not yet available on OpenCV 2.4.2 but it seems it will be released soon. This is good news for you because it seems that PowerVR SGX530 supports OpenCL.

edit flag offensive delete link more

Comments

PowerVR does support OpenCL 1.0, still it is up to the main system-on-chip producer to provide drivers enabling its support. As an example, even if Texas Instruments embeds this GPU within its OMAP4 architecture, no driver is available at the moment, which in turns implies that no OpenCL support is available

Gabriele gravatar imageGabriele ( 2012-12-20 10:00:52 -0600 )edit

Question Tools

Stats

Asked: 2012-10-02 08:03:24 -0600

Seen: 2,160 times

Last updated: Oct 02 '12