Search found 12 matches
- 2024-10-13 16:34
- Forum: LuckFox Pico
- Topic: How can I make the Luckfox Pico operate as a USB device using Bulk transfer?
- Replies: 1
- Views: 1522
How can I make the Luckfox Pico operate as a USB device using Bulk transfer?
I am trying to make the Luckfox Pico Max receive Bulk transfer commands from the USB host, execute the commands, and return the results to the USB host via Bulk transfer. There is an option called NTB in /etc/init.d/S50usbdevice , and I am planning to test using this. However, after changing NTB_EN=...
- 2024-10-11 5:27
- Forum: LuckFox Pico
- Topic: How to enable ACM functionality.
- Replies: 3
- Views: 1629
Re: How to enable ACM functionality.
Thank you for explaining how to enable the ACM functionality.
After following the procedure, I was able to confirm that it is working properly.
After following the procedure, I was able to confirm that it is working properly.
- 2024-10-10 1:59
- Forum: LuckFox Pico
- Topic: How to enable ACM functionality.
- Replies: 3
- Views: 1629
How to enable ACM functionality.
By default, RNDIS and ADB are enabled on the Luckfox Pico Max. I would like to know how to configure the USB Gadget to enable ACM. Even after changing the setting to ACM_EN=on in /etc/init.d/S50usbdevice and rebooting, ACM is still not enabled. I would appreciate advice from anyone who has successfu...
- 2024-08-12 3:09
- Forum: LuckFox Pico
- Topic: Can I use tesseract OCR on Luckfox Pico Max?
- Replies: 1
- Views: 1159
Can I use tesseract OCR on Luckfox Pico Max?
Can I use tesseract OCR on Luckfox Pico Max?
If so, can anyone give me a simple explanation of how to do it?
If so, can anyone give me a simple explanation of how to do it?
- 2024-07-22 6:21
- Forum: LuckFox Pico
- Topic: How to develop a program that recognizes QR codes using zxing-cpp?
- Replies: 2
- Views: 1153
Re: How to develop a program that recognizes QR codes using zxing-cpp?
I compiled and ran the QR code recognition program using zxing-cpp 2.2.1 through the following procedures. ENV : WSL Ubuntu 22.04 ~/luckfox/dev$ mkdir barcode ~/luckfox/dev$ cd barcode ~/luckfox/dev/barcode$ git clone https://github.com/zxing-cpp/zxing-cpp.git ~/luckfox/dev/barcode$ cd zxing-cpp ~/l...
- 2024-07-21 14:40
- Forum: LuckFox Pico
- Topic: How to develop a program that recognizes QR codes using zxing-cpp?
- Replies: 2
- Views: 1153
How to develop a program that recognizes QR codes using zxing-cpp?
I want to create a program that recognizes QR codes using zxing-cpp in luckfox Pico Max.
I built it by adding a package from Buildroot, but I'm not sure how to use it.
It would be good if anyone could tell me what to do to develop a program using zxing-cpp.
I built it by adding a package from Buildroot, but I'm not sure how to use it.
It would be good if anyone could tell me what to do to develop a program using zxing-cpp.
- 2024-06-29 8:27
- Forum: LuckFox Pico
- Topic: How can I capture video directly from /dev/video0?
- Replies: 1
- Views: 2073
How can I capture video directly from /dev/video0?
If I look at the WIKI content related to opencv-mobile in the link below, it is explained as if a video in Bayerd format can be read directly from /dev/video0. https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-opencv-mobile wiki-Luckfox-Pico-opencv-mobile.JPG However, I tried to capture video from ...
- 2024-06-28 3:17
- Forum: LuckFox Pico
- Topic: How can I capture gray images using ISP?
- Replies: 1
- Views: 1262
How can I capture gray images using ISP?
I want to acquire gray images from a camera.
When using opencv, it takes too much time, so I would like to know how to convert it to gray image using ISP and obtain it.
Also, how can I apply it to the luckfox_pico_rtsp_opencv sample program?
When using opencv, it takes too much time, so I would like to know how to convert it to gray image using ISP and obtain it.
Also, how can I apply it to the luckfox_pico_rtsp_opencv sample program?
- 2024-06-17 12:42
- Forum: LuckFox Pico
- Topic: OpenCV Mobile snapshot via RTSP
- Replies: 24
- Views: 15615
Re: OpenCV Mobile snapshot via RTSP
Thank you. Can you tell me how to compile the program in more detail? I have problems when compiling with VScode. You can obtain the source code via git and refer to the README for compilation instructions. git clone https://github.com/luckfox-eng29/luckfox_pico_rtsp_opencv.git cd luckfox_pico_rtsp...
- 2024-06-17 10:46
- Forum: LuckFox Pico
- Topic: Is it possible to make Luckfox Pico Max recognize QR codes with OpenCV4?
- Replies: 2
- Views: 1414
Re: Is it possible to make Luckfox Pico Max recognize QR codes with OpenCV4?
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.
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.