I want to connect my ESP-32 CAM with Arduino UNO, but I don't want to program it. I have a TTL adapter, so I can program the ESP-32 CAM. What I want to do is that I want the ESP32 CAM to communicate with the Arduino UNO. Is it possible?
You can use UART serial to transfer data from one to the other, but a logic level converter is required to convert the 3.3V logic to 5V logic, and vice versa.
Connecting the UNO and the ESP32 directly will cause them to malfunction, or even be damaged.
the ESP32-CAM has some limited IO capabilities is there any need for a UNO?
if you need more IO than the ESP32-CAM supports connect it to another microcontroller using WiFi, e.g. a ESP32 Devkit which has plenty of IO capabilities