Search found 3 matches

by gregrasche
Mon Feb 14, 2022 2:39 am
Forum: General Discussion
Topic: esp32c3 camera recommendations
Replies: 3
Views: 4242

Re: esp32c3 camera recommendations

I found many answers here https://github.com/espressif/esp32-camera

I need to use the DVP port on the esp32s3 SOC for cameras like the OV5640.
by gregrasche
Sat Feb 12, 2022 8:57 pm
Forum: General Discussion
Topic: esp32c3 camera recommendations
Replies: 3
Views: 4242

Re: esp32c3 camera recommendations

We are told by Espressif that the ESP-AT code is not recommended on the esp32s2 (now esp32s3). We need to use that code to implement a SPI interface for the AT command interface. We could likely use the esp32s3 but it appears to be more difficult to get ESP-AT to work over SPI (SPI so we have a high...
by gregrasche
Fri Feb 11, 2022 4:45 am
Forum: General Discussion
Topic: esp32c3 camera recommendations
Replies: 3
Views: 4242

esp32c3 camera recommendations

We are looking at usage of the esp32c3 SOC, and would like to have a fairly fast camera interface. Let's say a camera that can take an image once per second. The camera needs to be a compressed image (ie jpg or mjpg for a series of image) and not raw. Questions: 1) Does Espressif have a vendor that ...