ykpgrr / Lane-Detection-with-Implementation-on-FPGA

Realization of Lane Detection on CPU and implementation on FPGA using SDSOC and VIVADO. Key terms for used softwares: C++, OpenCV, xfOpenCV, Verilog, Xilinx, Vivado, SdSoC.
Apache License 2.0
16 stars 8 forks source link

libopencv_calib3.so cannot found on Zedboard #1

Closed bknhatice closed 4 years ago

bknhatice commented 4 years ago

hi, I copied the project image to the sd card. I connected to zedboard via uart.

./bitirme_v4.elf Display : libopencv_calib3d.so cannot found. --> copied the /lib file to sd card.

What should I do ?

ykpgrr commented 4 years ago

I think you're talking about SDSoC part. You should copy entire sd_card_for_ZEDBOARD folder into sdcard and try again. The folder was tested on Zedboard. It was successfull. If there is a problem in your case, could you try to create a new image from project folder with SDSoC platform? Thanks