This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: OpenCV issues

Part Number: AM5728

Tool/software: Linux

Trying to get the OpenCV examples to run on our AM5728 based platform. We are using the latest Arago release as a baseline. 

When I follow the instructions here (your text render refuses to let me paste this as a link, it keeps rendering it as an image, so I put it in a code snippit):

processors.wiki.ti.com/.../OpenCV_AM57_Test_Instructions 

I don't get the same results. Output from the instructions shows:

Logfile.jpg

My output is:

CTEST_FULL_OUTPUT
OpenCV version: 3.1.0
OpenCV VCS version: unknown
Build type: release
Parallel framework: tbb
CPU features: neon

I don't see any OpenCL platform.

However, if I run the example in 

/usr/share/ti/examples/opencl/platforms

I see that the OpenCL platform is detected properly:

  Version: OpenCL 1.1 TI product version 01.01.09.1 (Oct 20 2016 15:48:24)

  Vendor : Texas Instruments, Inc.

  Profile: FULL_PROFILE

    DEVICE: TI Multicore C66 DSP

      Type       : ACCELERATOR

      CompUnits  : 2

      Frequency  : 0.75 GHz

      Glb Mem    :  163840 KB

      GlbExt1 Mem:       0 KB

      GlbExt2 Mem:       0 KB

      Msmc Mem   :    1024 KB

      Loc Mem    :     128 KB

      Max Alloc  :  147456 KB

So maybe it has something to do with OpenCV? Is there some way of enabling debug output from OpenCV during run-time? Any other ideas?