Hi,
I followed the instructions from edison-bsp_ug_331188-001%20.pdf and generated a custom image with only opencv added.
When I try to run my opencv program I get the following errors:
"error while loading shared libraries: libopencv_imgproc.so.2.4: cannot open shared object file: No such file or directory"
I can upload the libraries manually one by one until it stops complaining but why doesn't my generated image already contain these libraries?
Thanks.