Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/io/imagein/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The camera module supports image input with readily available camera modules and

There are a number of ESP32-S3 devices which integrate a camera and include PSRAM. We've tried, and included target platforms for the following devices:

- `m5atom_s3r`: This small camera has no display, so the server applications will be of interest. There are two versions of this device. The smaller device has a GC0308 camera sensor. The M12 version has an OV3660 camera sensor which supports JPEG output.
- `m5atom_s3r_cam`, `m5atom_s3r_m12`: This small camera has no display, so the server applications will be of interest. There are two versions of this device. The smaller device has a GC0308 camera sensor. The M12 version has an OV3660 camera sensor which supports JPEG output.

- `m5stack_cores3`: This all-in-one device includes a touch-screen, battery and other sensors. It has a GC0308 camera sensor. This camera does not support JPEG output.

Expand Down Expand Up @@ -76,7 +76,7 @@ Server ready at: http://10.0.1.58:8080
This example must be built with the `ssid` and `password` configuration parameters to provide the network connection parameters.

```
mcconfig -d -m -p esp32/m5atom_s3r ssid=xxx password=xxx
mcconfig -d -m -p esp32/m5atom_s3r_cam ssid=xxx password=xxx
```

### camera-server-jpeg
Expand Down