Search found 16 matches

by ismlcmtzn
2025-04-21 7:53
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W USB Camera Real-time capture
Replies: 2
Views: 950

Re: Luckfox Pico Ultra W USB Camera Real-time capture

Hi, I see, but I'm having trouble using the SC3336 CSI camera. I'm working on a slightly smaller detection area. After detecting this area, I need to focus on it for my project. That's why it usually doesn't work the way I want. Sometimes, I'm too close or too far, which causes distortion and affect...
by ismlcmtzn
2025-04-18 13:35
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W USB Camera Real-time capture
Replies: 2
Views: 950

Luckfox Pico Ultra W USB Camera Real-time capture

Hi,

I want to use a USB camera for real-time streaming and run a custom RKNN model. However, I couldn't find any example code for this topic. Can you assist me?
by ismlcmtzn
2025-04-11 12:32
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W USB Camera
Replies: 6
Views: 581

Re: Luckfox Pico Ultra W USB Camera

Hi, I am still working on USB camera RTSP streaming. I couldn’t find any solution with FFmpeg, so I tried GStreamer. I configured Buildroot, but I am facing some problems. [root@luckfox root]# gst-launch-1.0 --gst-version GStreamer Core Library version 1.22.6 [root@luckfox root]# gst-launch-1.0 rtsp...
by ismlcmtzn
2025-04-10 7:41
Forum: Luckfox Pico-RV1103/RV1106
Topic: Not able to stream USB camera over RTSP on Luckfox Pico Mini B
Replies: 3
Views: 403

Re: Not able to stream USB camera over RTSP on Luckfox Pico Mini B

Hi, can you help with this problem? I'm trying to use dual cameras, but I couldn't stream RTSP from a USB camera.
by ismlcmtzn
2025-04-10 7:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W USB Camera
Replies: 6
Views: 581

Re: Luckfox Pico Ultra W USB Camera

Hi, I'm trying to stream video from a USB camera using FFmpeg on a Luckfox board. I can successfully capture frames from /dev/video0, but when I try to stream over RTSP, I get the following error: [root@luckfox root]# ffmpeg -f v4l2 -framerate 10 -video_size 640x480 -i /dev/vi deo0 -f rtsp rtsp://0....
by ismlcmtzn
2025-03-27 5:53
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W USB Camera
Replies: 6
Views: 581

Re: Luckfox Pico Ultra W USB Camera

Hi, I entered the luckfox-config settings and switched to USB host mode. Then, I turned off the device, made the USB connection, and powered the device on. I followed the steps in this document: https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-RV1106/Luckfox-Pico-Ultra-W/Luckfox-Pico-USB. After ru...
by ismlcmtzn
2025-03-21 6:55
Forum: Luckfox Pico-RV1103/RV1106
Topic: GAN Implementation on Luckfox Ultra Pico W
Replies: 1
Views: 274

GAN Implementation on Luckfox Ultra Pico W

Hi,

I want to work on GANs and I’m wondering if I can run these GANs on the Luckfox Ultra Pico W board. The model I’m thinking of working with is ESR-GAN (https://github.com/xinntao/ESRGAN). I would appreciate it if you could help me. Thank you
by ismlcmtzn
2025-03-21 6:49
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W USB Camera
Replies: 6
Views: 581

Luckfox Pico Ultra W USB Camera

Hi, I am working on your RTSP demo(https://github.com/LuckfoxTECH/luckfox_pico_rkmpi_example/tree/kernel-5.10.160/example/luckfox_pico_rtsp_yolov5). But, I want to use USB camera for this demo. How can I do that? I have reviewed your main code and I think the part that needs to be changed is here: s...
by ismlcmtzn
2025-02-03 5:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W Zbar installation
Replies: 6
Views: 2051

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-RV1103/RV1106
Topic: Luckfox pico Ultra W - error in cross-compilation
Replies: 1
Views: 836

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...