2019-02-14 10:21:14 +08:00
# ESP32Cam/M5Camera Quick Start {docsify-ignore-all}
2018-12-25 16:04:58 +08:00
2019-02-22 15:38:20 +08:00
:clapper: ** [Video Tutorial ](#Video-Tutorial )** :memo: ** [Text Tutorial ](#Text-Tutorial )**
## Text Tutorial
2018-12-25 16:04:58 +08:00
2019-06-14 16:12:44 +08:00
With preloaded firmware, your ESP32Cam/M5Camera would run right after power on.
1. Power on the cable into ESP32Cam/M5Camera by USB cable.
2018-12-25 16:04:58 +08:00
<figure>
2020-04-08 14:09:44 +08:00
<img src="assets/img/getting_started_pics/get_started_with_unit/ESP32CAM_Terminal.webp">
2018-12-25 16:04:58 +08:00
</figure>
2019-06-14 16:12:44 +08:00
1. After waitting for a few seconds, Wi-Fi scan a AP named "`M5CAM` " with your computer(or mobile phone), and connect it.
2018-12-25 16:04:58 +08:00
<figure>
2020-04-08 14:09:44 +08:00
<img src="assets/img/getting_started_pics/get_started_with_unit/ESP32CAM_M5CAM.webp">
2018-12-25 16:04:58 +08:00
</figure>
2019-06-14 16:12:44 +08:00
1. Open up the browser on the computer(or mobile phone), visit the URL `http://192.168.4.1` . At the moment, your can see the real-time transmission of video by ESP32Cam/M5Camera on the browser.
2018-12-25 16:04:58 +08:00
<figure>
2020-04-08 14:09:44 +08:00
<img src="assets/img/getting_started_pics/get_started_with_unit/ESP32CAM_Browser.webp">
2018-12-25 16:04:58 +08:00
</figure>
*Note:*
2019-06-14 16:12:44 +08:00
ESP32Cam/M5Camera AP can only connect with one device at a time.
2019-01-21 19:02:50 +08:00
2019-03-04 16:05:05 +08:00
## Video Tutorial
2019-03-20 16:32:45 +08:00
<video width="500" height="315" controls>
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/LukeVideo/M5stack%20ESP32cam%20VS%20M5Camera%20(PSram)%20%20%20Setup.mp4" type="video/mp4">
</video>
2019-03-04 16:05:05 +08:00
2020-07-29 17:59:00 +08:00
## Example
2019-01-21 19:02:50 +08:00
2020-07-29 17:59:00 +08:00
### Firmware
2019-01-21 19:02:50 +08:00
2020-07-29 17:59:00 +08:00
- **[M5Camera ](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5Camera )**
2019-03-01 18:57:09 +08:00
2019-02-15 15:23:36 +08:00
2020-07-29 17:59:00 +08:00
### Code
- **[Face recognition ](https://github.com/m5stack/M5Stack-Camera/tree/master/face_recognize/firmware/M5Camera )**
- **[Serial communication-M5Camera ](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5Camera )**
- **[Serial communication-M5Core ](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino )**( The serial communication routine is the communication between the camera and the M5Core.)
- **[QRcode ](https://github.com/m5stack/M5Stack-Camera/tree/master/qr )**
- **[MPU6050 ](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5Camera )**( Gyro Example after soldering **MPU6050** )
### Source Code
- **[M5Camera ](https://github.com/m5stack/M5Stack-Camera )**