Search found 8 matches

by ismlcmtzn
2025-02-03 5:30
Forum: LuckFox Pico
Topic: Luckfox Pico Ultra W Zbar installation
Replies: 5
Views: 291

Re: Luckfox Pico Ultra W Zbar installation

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 differen...
by ismlcmtzn
2025-01-31 10:47
Forum: LuckFox Pico
Topic: Luckfox pico Ultra W - error in cross-compilation
Replies: 0
Views: 5

Luckfox pico Ultra W - error in cross-compilation

Hi everyone, I'm trying to cross-compile ZBar for a Buildroot image. The SDK uses the toolchain named arm-rockchip830-linux-uclibcgnueabihf. I want to cross-compile the GitHub repository at this link: https://github.com/mchehab/zbar. However, I'm facing some issues. Here are the commands I ran: (RKN...
by ismlcmtzn
2025-01-27 6:40
Forum: LuckFox Pico
Topic: Luckfox Pico Ultra W Zbar installation
Replies: 5
Views: 291

Re: Luckfox Pico Ultra W Zbar installation

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?
by ismlcmtzn
2025-01-24 10:52
Forum: LuckFox Pico
Topic: Luckfox Pico Ultra W Zbar installation
Replies: 5
Views: 291

Re: Luckfox Pico Ultra W Zbar installation

I want to read QR code using CSI Camera that's why Can you assist me? How can I do that?
by ismlcmtzn
2025-01-23 11:35
Forum: LuckFox Pico
Topic: Luckfox Pico Ultra W Zbar installation
Replies: 5
Views: 291

Luckfox Pico Ultra W Zbar installation

Hi, I am working on your RTSP demo. I am trying to decode the CSI input image after YOLOv5 detection. However, I am facing some issues. Initially, I tried to implement ZBar. Here are the steps I followed: git clone https://github.com/mchehab/zbar.git cd zbar autoreconf -vfi ./configure make sudo mak...
by ismlcmtzn
2025-01-10 13:44
Forum: LuckFox Pico
Topic: Fail to deploy custom yolov5 to Luckfox Pico RV1106
Replies: 1
Views: 243

Fail to deploy custom yolov5 to Luckfox Pico RV1106

Hi, I am trying to deploy my custom model to the Luckfox Pico RV1106 board. I trained a YOLOv5n model with only one class. Then, I cloned the repository from https://github.com/airockchip/yolov5.git and ran the command: python export.py --rknpu --weight best.pt After that, I cloned the repository fr...
by ismlcmtzn
2025-01-09 8:46
Forum: LuckFox Pico
Topic: Luckfox Pico Ultra W rknn install
Replies: 3
Views: 340

Re: Luckfox Pico Ultra W rknn install

Hi,

I am currently using the Buildroot image, and the RKNN YOLOv5 demo is working. However, if I want to run a custom model and custom code, what should I do? I have converted the .pt file to an .rknn model, but what should I do next? I couldn't find this in the documentation. Can you assist me?
by ismlcmtzn
2025-01-06 8:23
Forum: LuckFox Pico
Topic: Luckfox Pico Ultra W rknn install
Replies: 3
Views: 340

Luckfox Pico Ultra W rknn install

Hi, I am using Luckfox Pico Ultra W board to develop yolov5 custom model. I installed RKNN-Toolkit2 on my PC. I did eveything according to the RKNN on PC side but. I loaded the image on my board using this link https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-RV1106/Luckfox-Pico-Ultra-W/Luckfox-Pi...