Search found 1 match

by jamie_m
Sun Sep 08, 2024 2:58 pm
Forum: ESP-IDF
Topic: Using USB-JTAG with esp32-camera
Replies: 1
Views: 378

Using USB-JTAG with esp32-camera

Hello, I am trying to debug an application with an OV2640 camera attached to a ESP32-S3 dev kit. I have confirmed that: 1) I can attach and debug a basic "Hello world" program. 2) I can configure and start the camera, grab frames, and mirror them to a TFT screen. So nominally, hardware is working. T...