Search found 4 matches

by Sunny0
2025-05-29 6:23
Forum: Luckfox Pico-RV1103/RV1106
Topic: RGA in luckfox pico ultra w
Replies: 6
Views: 1074

Re: RGA in luckfox pico ultra w

Ok
thank you
by Sunny0
2025-05-28 11:33
Forum: Luckfox Pico-RV1103/RV1106
Topic: RGA in luckfox pico ultra w
Replies: 6
Views: 1074

Re: RGA in luckfox pico ultra w

I'm using the Opencv which is in rkmpi example of rtsp retinaface. The avg use of CPU is 60-70% and RAM around 23%(MAX).
I have removed the rtsp as i'm using on board display.

Is this much CPU and RAM use normal?
by Sunny0
2025-05-27 6:47
Forum: Luckfox Pico-RV1103/RV1106
Topic: RGA in luckfox pico ultra w
Replies: 6
Views: 1074

Re: RGA in luckfox pico ultra w

Is the luckfox pico sdk, opencv library supports face detection?
by Sunny0
2025-05-20 10:12
Forum: Luckfox Pico-RV1103/RV1106
Topic: RGA in luckfox pico ultra w
Replies: 6
Views: 1074

RGA in luckfox pico ultra w

176 rga_buffer_t src; 178 memset(&src, 0, sizeof(rga_buffer_t)); 179 180 // Source is NV12 (YUV420SP) 181 src.vir_addr = vi_data; 182 src.phy_addr = NULL; // Not using physical address 183 src.fd = -1; // No dma_buf 184 src.width = width; 185 src.height = height; 186 src.wstride = width; 187 src...