Hi,
I’m trying to run OpenCV Mobile example, as well as examples from duo-multimedia-examples repo on Duo256m running v2 firmware.
While they are compiled without issue, when run on device, they fail due to missing library and shared library incompatibility
Here is output from opencv_mobile_test
opencv-mobile MIPI CSI camera with cvi
Error loading shared library /mnt/system/lib/libvpu.so: No such file or directory
Error loading shared library /mnt/system/lib/libvpu.so: No such file or directory
opencv-mobile HW JPG decoder with cvi
Error loading shared library /mnt/system/lib/libvpu.so: No such file or directory
cannot find v4l device with VIDEO_CAPTURE and STREAMING
320 x 240
Trace/breakpoint trap
lipvpu seems not present in buildroot_v2 sdk at all.
Other shared libraries from /mnt/system/usr/lib/ seems to be incompatible with versions used to build examples. Here is output from video_recorder sample
Error loading shared library libvpu.so: No such file or directory (needed by ./videoRecorder)
Error relocating /mnt/system/usr/lib/libsample.so: CVI_VI_SetDevBindPipe: symbol not found
Error relocating /mnt/system/usr/lib/libsample.so: CVI_RGN_GetCanvasInfo: symbol not found
Error relocating /mnt/system/usr/lib/libsample.so: CVI_RGN_Create: symbol not found
Error relocating /mnt/system/usr/lib/libsample.so: CVI_VO_EnableChn: symbol not found
Error relocating /mnt/system/usr/lib/libsample.so: CVI_RGN_Destroy: symbol not found
Error relocating /mnt/system/usr/lib/libsample.so: CVI_VO_SetDisplayBufLen: symbol not found
Any suggestions how to fix this, especially how to get missing libvpu.so for v2 firmware?
Thank you in advance