# ESP32Cam/M5Camera Quick Start {docsify-ignore-all} :clapper: **[Video Tutorial](#Video-Tutorial)**      :memo: **[Text Tutorial](#Text-Tutorial)** ## Text Tutorial With preloaded firmware, your ESP32Cam/M5Camera would run right after power on. 1. Power on the cable into ESP32Cam/M5Camera by USB cable.
1. After waitting for a few seconds, Wi-Fi scan a AP named "`M5CAM`" with your computer(or mobile phone), and connect it.
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.
*Note:* ESP32Cam/M5Camera AP can only connect with one device at a time. ## Video Tutorial ## Example ### Firmware - **[M5Camera](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5Camera)** ### 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)**