Search found 19 matches
- 2025-04-18 8:18
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: ArcFace RKNN Conversion Failure: Output is Always Zero on RV1106
- Replies: 1
- Views: 585
ArcFace RKNN Conversion Failure: Output is Always Zero on RV1106
Hi everyone, I'm seeking help with an issue I'm encountering when deploying a modified ArcFace model on an RV1106 device (Luckfox PICO MAX) using the RKNN toolkit. Despite seemingly successful conversion steps, the final RKNN model consistently outputs a buffer filled with zeros during inference. He...
- 2024-12-16 21:52
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: How to Run the ipcweb App After Building?
- Replies: 3
- Views: 1435
Re: How to Run the ipcweb App After Building?
The inc-web application works well, but I only need the RTMP stream line to integrate it into my personal website. Is there any documentation available for this? The ipc-web code and the HTML/JS files in the 'www-rkipc' directory are too extensive for me to read and extract the relevant information ...
- 2024-12-06 10:20
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: How to Run the ipcweb App After Building?
- Replies: 3
- Views: 1435
How to Run the ipcweb App After Building?
After building the ipcweb app, I got an output file, but I don't know how to execute the code. My Goal: I want to deploy an application that allows me to view a camera stream from a browser. root@cf4f4e7f4149:~/luckfox-pico-main/project/app/ipcweb# ls Makefile build ipcweb-backend out root@cf4f4e7f4...
- 2024-12-05 11:34
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Modify DHT11 Driver to Work with DHT22 - Incorrect Temperature Reading Issue
- Replies: 2
- Views: 1252
Re: Modify DHT11 Driver to Work with DHT22 - Incorrect Temperature Reading Issue
Thank you for your reply. I am working with the DHT11 example code from Google Drive. Following the steps in the Luckfox DHT11 Wiki , I modified the timing of the DHT11 to make it compatible with the DHT22, but I am still getting incorrect data. My modified: static void DHT11_Rst(void) { DHT11_DQ_Lo...
- 2024-12-04 9:55
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Modify DHT11 Driver to Work with DHT22 - Incorrect Temperature Reading Issue
- Replies: 2
- Views: 1252
Modify DHT11 Driver to Work with DHT22 - Incorrect Temperature Reading Issue
Hi, I’ve been working on modifying a DHT11 driver to support the DHT22 sensor. While the DHT11 driver works perfectly, after making some changes to adapt it for the DHT22, the temperature readings are significantly off. Specifically, I’m getting very low temperature values (around 1°C), which is far...
- 2024-11-22 14:39
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Drawing Text or Strings on Camera Frames with RockRGA in rkipc
- Replies: 1
- Views: 586
Drawing Text or Strings on Camera Frames with RockRGA in rkipc
I am currently modifying the rkipc app and working on adding the ability to draw text or strings on camera frames. There is a function in the app (path: video/video.c) that draws lines to create a bounding box: static int rga_nv12_border(rga_buffer_t buf, int x, int y, int width, int height, int lin...
- 2024-11-12 19:34
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Modify rkipc default application
- Replies: 3
- Views: 1504
Re: Modify rkipc default application
Have you tried compiling the rkipc? I've tried to compile rkipc as a standalone project. I suspect the issue might be due to some header files from the "media" directory not being correctly included in the project when building rkipc standalone. I'm encountering issues and haven't been suc...
- 2024-11-03 8:33
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Using mmap for PWM Control Instead of sysfs to Improve Performance
- Replies: 3
- Views: 1811
Re: Using mmap for PWM Control Instead of sysfs to Improve Performance
Hello everyone, I'm currently working on a project where precise PWM control is essential, and I need to achieve higher performance than what the sysfs interface offers. I’ve read that direct memory mapping (MMAP) can significantly improve I/O performance by reducing latency, and I’m considering im...
- 2024-11-03 8:06
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Fail to deploy custom yolov5 to luckfox pico max
- Replies: 1
- Views: 1211
Fail to deploy custom yolov5 to luckfox pico max
I am trying to customize my model to detect only the human body. Workflow: https://res.cloudinary.com/dmqtuqtj6/image/upload/v1730620257/Screenshot_2024-11-03_at_14.38.21_hrn1n7.png After that, I obtained two files: best.onnx and RK-anchors.txt. I placed the model on an Ubuntu machine and converted ...
- 2024-10-31 16:53
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Using mmap for PWM Control Instead of sysfs to Improve Performance
- Replies: 3
- Views: 1811
Using mmap for PWM Control Instead of sysfs to Improve Performance
Hello everyone, I'm currently working on a project where precise PWM control is essential, and I need to achieve higher performance than what the sysfs interface offers. I’ve read that direct memory mapping (MMAP) can significantly improve I/O performance by reducing latency, and I’m considering imp...