Is it possible to make Luckfox Pico Max recognize QR codes with OpenCV4?

  • Hello, the version of OpenCV in Buildroot can only support partial functionalities (the luckfox-pico Buildroot compilation tool uses the uClibc version, which is incompatible with glibc). Any OpenCV features that depend on glibc cannot be enabled and will result in the error message "objdetect needs a glibc or musl toolchain." There is currently no reliable solution for enabling glibc support in luckfox-pico Buildroot.
    If you need to implement QR code recognition, it is recommended to use the OpenCV-mobile + ZaBar approach. Please refer to relevant documentation for implementation details.
  • Crocodile, thank you for your reply.
    It's a shame that we can't use all the features of OpenCV.
    Although Rockchip support may be difficult, I hope to have all the features of OpenCV available in the near future.