Luckfox Pico Ultra W Zbar installation

  • I have observed that your process does not seem to have configured a cross compilation environment for the zbar library. From the error message 'file format not recognized', I think this is a high possibility.
  • I want to read QR code using CSI Camera that's why Can you assist me? How can I do that?
  • You can add a QR code function to main.cc to decode the image, and then call it after the main loop acquires the vi frame.
  • Yes, you are right. That's why I am trying to implement the ZBar Barcode Reader. However, I am facing some problems. I added the code to the main.cc, but I couldn't compile ZBar for arm-rockchip830-linux-uclibcgnueabihf. Can you help me?
    Last edited by ismlcmtzn on 2025-01-31 13:14, edited 1 time in total.
  • Yes, you are right. That's why I am trying to implement the ZBar Barcode Reader(https://github.com/mchehab/zbar). However, I am facing some problems. I added the code to the main.cc, but I couldn't compile ZBar for arm-rockchip830-linux-uclibcgnueabihf. Can you help me? Or can you suggest a different method to read the QR code?