且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

OpenCV不支持CUDA视频解码

更新时间:2023-11-10 14:28:52

Raspberry Pi 3没有NVIDIA GPU,因此不支持CUDA。

Raspberry Pi 3 has no NVIDIA GPU, therefore CUDA is not supported.

NVIDIA页面


CUDA®是NVIDIA发明的并行计算平台和编程模型。它通过利用图形处理单元(GPU)的能力,可以显着提高计算性能。 - 请参阅: http://www.nvidia.com/object /cuda_home_new.html#sthash.5wWaGnZI.dpuf

与类似问题相关的回答:


问:是否可以使用GPU计算? (例如CUDA / OpenCL)

Q: Is it possible to use the GPU for calculations? (e.g. CUDA/OpenCL)

A:目前 - 只有一个帧缓冲接口用于显示。没有OpenCL,也没有计划,也没有可用于创建OpenCL的文档。 CUDA只是Nvida,因此不适用。一旦OpenGL驱动程序可用,您可以通过GPU设计一些计算,但如何有用仍有待观察。

A: Not at present - there is only a framebuffer interface for display purposes. There is no OpenCL and no plans for it nor is there documentation available to create OpenCL. CUDA is Nvida only so isn't applicable. Once an OpenGL driver becomes available you may be able to engineer some calculations via the GPU but how useful that will be remains to be seen.

您可以使用OpenGL ES或OpenVG使用GPU编写代码。 Raspberry PI video api