Closed microlijun closed 5 years ago
@microlijun Refer to the "Using the xfOpenCV Library on a non-reVISION Platform" section of UG1233
Hi @bgouthamb , I chose zed as hardware as hardware platform, cross complied opencv for arm-linux and added it to Include Paths. But I still got errors. Log file is attached below. Many thanks. sds_xf_accumulate_image_accel.log
@microlijun , The flag -mstrict-align is for AArch64. zed board has AArch32. Hence that flag should be removed from Makefile. (you may use -mno-unaligned-access, but it is not mandatory)
Reopen if issue not resolved.
Hi @bgouthamb , can you help why I could not build in non revision platform in zed borad while I don't have this board on windows OS? I dont know how and where I can get folder of opencv_libs properly. actually I have tested many opencv libs, but I couldn't build it. sdx 2018.3 OS: windows 10 I appreciate to help me this one of my errors:
The tutorial build an SDSoC application project using that hardware accelerated xfOpenCV functions running on the ZCU102 reVISION platform, but I only have a zedboard,7020. How to build SDSoC application with xfOpencv to zedboard? Is there any instruction?