Reputation: 19456
I'm trying to figure out if http://www.solid-run.com/products/hummingboard/ will be able to run OpenCV with OpenCL accelerations. Attempting to do this on the Raspberry Pi was fruitless.
Upvotes: 0
Views: 616
Reputation: 91
The Ocl library for OpenCl acceleration for OpenCV requires OpenCL with FULL PROFILE. Vivate GPU in Freescale iMX6q only supports Embedded Profile(EP). You cannot use OpenCL acceleration in OpenCV in this case.
Upvotes: 1