Search found 1 match
- Tue May 06, 2025 11:52 am
- Forum: ESP-IDF
- Topic: ESP32p4 CSI receiver API error
- Replies: 6
- Views: 2922
ESP32p4 CSI receiver API error
Hi, I am trying to receive CSI-2 data from my IMX219 camera, but the p4 doesn't seem to reach the frame complete callback. I receive the warning 'csi recv API, transaction queue is full, failed to send transaction data to the que'. I am trying to use the isp to convert RAW8 to RGB888. I think I ...