Search found 5 matches
- 2025-09-26 9:04
- Forum: Display
- Topic: RV1106g3 chip with mcu8bit display interface
- Replies: 1
- Views: 14223
RV1106g3 chip with mcu8bit display interface
what can be the pinouts for interfacing a mcu8bit interfaced display with rv1106g3 chip?
- 2025-05-29 6:23
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: RGA in luckfox pico ultra w
- Replies: 6
- Views: 2760
Re: RGA in luckfox pico ultra w
Ok
thank you
thank you
- 2025-05-28 11:33
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: RGA in luckfox pico ultra w
- Replies: 6
- Views: 2760
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?
I have removed the rtsp as i'm using on board display.
Is this much CPU and RAM use normal?
- 2025-05-27 6:47
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: RGA in luckfox pico ultra w
- Replies: 6
- Views: 2760
Re: RGA in luckfox pico ultra w
Is the luckfox pico sdk, opencv library supports face detection?
- 2025-05-20 10:12
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: RGA in luckfox pico ultra w
- Replies: 6
- Views: 2760
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 ...
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 ...
