mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add camera
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
+1
-1
@@ -34,7 +34,7 @@ Our aim is "**Stackable Board is Product**". Here's the [Official Website](www.m
|
||||
|
||||
|<img src="assets/img/introduction_pics/m5-api-reference.jpg"> | <img src="assets/img/introduction_pics/m5-awesome.jpg"> | <img src="assets/img/introduction_pics/FAQ.jpg">|
|
||||
|:---:|:---:|:---:|
|
||||
|[API Rreference](api_reference) | [M5Stack Awesome](m5stack_awesome) | [FAQ](faq)|
|
||||
|[API Rreference](api_reference) | [M5Stack Cases](m5stack_cases) | [FAQ](faq)|
|
||||
|
||||
|
||||
## Contact & Support
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# M5Stack Cases
|
||||
|
||||
## STEM Education
|
||||
|
||||
## STEM Education
|
||||
@@ -39,8 +39,8 @@
|
||||
| [ENV](product_documents/units/unit_env) | [RGB](product_documents/units/unit_rgb) | [HUB](product_documents/units/unit_hub) |
|
||||
| [IR](product_documents/units/unit_ir) | [RELAY](product_documents/units/unit_relay) | [3.96PORT](product_documents/units/unit_396port) |
|
||||
| [PIR](product_documents/units/unit_pir) | [NeoPixel](product_documents/units/unit_neopixel) | / |
|
||||
| [ANGLE](product_documents/units/unit_angle) | / | / |
|
||||
| [EARTH/Moisture](product_documents/units/unit_moisture) | / | / |
|
||||
| [ANGLE](product_documents/units/unit_angle) | [ESP32Cam](product_documents/units/unit_esp32cam) | / |
|
||||
| [EARTH/Moisture](product_documents/units/unit_moisture) | [M5Camera](product_documents/units/unit_m5camera) | / |
|
||||
| [LIGHT](product_documents/units/unit_light) | / | / |
|
||||
| [MAKEY](product_documents/units/unit_makey) | / | / |
|
||||
| [BUTTON](product_documents/units/unit_button) | / | / |
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
# ESP32Cam
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
The ESP32Cam is a tiny unit based on ESP32 chip and OV2640. You can even program it through Arduino IDE.
|
||||
|
||||
The ESP32Cam equips the ESP32 with everything necessary to program, run and develop on the wonderful chip. It also features a LiPo charger , so your ESP32Cam project can be battery-powered and truly wireless. Additionally, the board reserved the MPU6050,BME280 and an analog MIC.
|
||||
|
||||
|
||||
## INCLUDES
|
||||
|
||||
- 1x M5 Camera
|
||||
- 1x Type-C USB v
|
||||
|
||||
|
||||
## FEATURES
|
||||
|
||||
- ESP32 specifications
|
||||
+ Dual-core Tensilica LX6 microprocessor
|
||||
+ Up to 240MHz clock frequency
|
||||
+ 512K internal SRAM
|
||||
+ 4MB Flash memory
|
||||
+ Integrated 802.11 BGN WiFi transceiver
|
||||
+ Integrated dual-mode Bluetooth (classic and BLE)
|
||||
+ Hardware accelerated encryption (AES, SHA2, ECC, RSA-4096)
|
||||
- CP2104 USB TTL
|
||||
- OV2640 sensor
|
||||
- Output Formats(8-bit):
|
||||
+ YUV(422/420)/YCbCr422
|
||||
+ RGB565/555
|
||||
+ 8-bit compressed data
|
||||
+ 8-/10-bit Raw RGB data
|
||||
- Maximum Image Transfer Rate
|
||||
+ UXGA/SXGA: 15fps
|
||||
+ SVGA: 30fps
|
||||
+ CIF: 60fps
|
||||
- Scan Mode: Progressive
|
||||
- Camera specifications
|
||||
+ CCD size : 1/4inch
|
||||
+ Field of View : 78 degree
|
||||
+ Maxmium Pixel: 200W
|
||||
- Sensor best resolution: 1600 * 1200
|
||||
- Dimension: 25mm x 24mm
|
||||
- Weight: 5g
|
||||
|
||||
|
||||
## DOCUMENTS
|
||||
- [Example](https://github.com/m5stack/esp32-cam-demo)
|
||||
- [Datasheet](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) (ESP32)
|
||||
- [Datasheet](https://www.uctronics.com/download/cam_module/OV2640DS.pdf) (OV2640)
|
||||
- [HowToWork](../../quick_start/ESP32Cam/ESP32Cam_quick_start)
|
||||
@@ -0,0 +1,55 @@
|
||||
# M5Camera
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
The M5Camera is a tiny unit based on ESP32 chip and OV2640 including PSRAM. You can even program it through Arduino IDE.
|
||||
|
||||
The M5Camera equips the ESP32 with everything necessary to program, run and develop on the wonderful chip. It also features a LiPo charger (IP5306) , so your M5Camera project can be battery-powered and truly wireless. Additionally, the board reserved the MPU6050,BME280 and an analog MIC.
|
||||
|
||||
|
||||
## INCLUDES
|
||||
|
||||
- 1x M5 Camera
|
||||
- 1x Type-C USB v
|
||||
|
||||
|
||||
## FEATURES
|
||||
|
||||
- ESP32 specifications
|
||||
+ Dual-core Tensilica LX6 microprocessor
|
||||
+ Up to 240MHz clock frequency
|
||||
+ 4MB internal SRAM
|
||||
+ 4MB Flash memory
|
||||
+ Integrated 802.11 BGN WiFi transceiver
|
||||
+ Integrated dual-mode Bluetooth (classic and BLE)
|
||||
+ Hardware accelerated encryption (AES, SHA2, ECC, RSA-4096)
|
||||
- CP2104 USB TTL
|
||||
- OV2640 sensor
|
||||
- Output Formats(8-bit):
|
||||
+ YUV(422/420)/YCbCr422
|
||||
+ RGB565/555
|
||||
+ 8-bit compressed data
|
||||
+ 8-/10-bit Raw RGB data
|
||||
- Maximum Image Transfer Rate
|
||||
+ UXGA/SXGA: 15fps
|
||||
+ SVGA: 30fps
|
||||
+ CIF: 60fps
|
||||
- Scan Mode: Progressive
|
||||
- Camera specifications
|
||||
+ CCD size : 1/4inch
|
||||
+ Field of View : 78 degree
|
||||
+ Maxmium Pixel: 200W
|
||||
- Sensor best resolution: 1600 * 1200
|
||||
- Dimension: 25mm x 24mm
|
||||
- Weight: 5g
|
||||
|
||||
|
||||
## DOCUMENTS
|
||||
- [Example](https://github.com/m5stack/esp32-cam-demo)
|
||||
- [Datasheet](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) (ESP32)
|
||||
- [Datasheet](https://www.uctronics.com/download/cam_module/OV2640DS.pdf) (OV2640)
|
||||
- [HowToWork](../../quick_start/m5camera/m5camera_quick_start)
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/units/m5camera.png">
|
||||
</figure>
|
||||
@@ -1,3 +1,31 @@
|
||||
# M5Camera Get Started
|
||||
# ESP32Cam/M5Camera Quick Start
|
||||
|
||||
## (coming soon...)
|
||||
## 1. Out-of-the-box Demo
|
||||
|
||||
It is really really out of the box. Your ESP32Cam/M5Camera will immediately run without any code after you power it.
|
||||
|
||||
1. plug usb cable into ESP32Cam/M5Camera and open the serial terminal on your computer.
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/getting_started_pics/get_started_with_unit/ESP32CAM_Terminal.png">
|
||||
</figure>
|
||||
|
||||
|
||||
2. Then waitting a few seconds, you connect to a AP named "`M5CAM`" with your computer(or mobile phone).
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/getting_started_pics/get_started_with_unit/ESP32CAM_M5CAM.png">
|
||||
</figure>
|
||||
|
||||
|
||||
3. And you open the browser on the computer(or mobile phone), enter a URL `http://192.168.4.1`. At the moment, your can see the real-time transmission of video by ESP32Cam/M5Camera on the browser.
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/getting_started_pics/get_started_with_unit/ESP32CAM_Browser.png">
|
||||
</figure>
|
||||
|
||||
Now, A WebCam you achieved successfully !
|
||||
|
||||
*Note:*
|
||||
|
||||
ESP32CAM AP only can connect with one device at a time.
|
||||
|
||||
@@ -33,10 +33,6 @@
|
||||
<img src="../assets/img/getting_started_pics/m5stack_core/get_started_with_uiflow/input_wifi_password.png">
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img src="../assets/img/getting_started_pics/m5stack_core/get_started_with_uiflow/input_wifi_password.png">
|
||||
</figure>
|
||||
|
||||
## 3. Reset Your Device
|
||||
|
||||
**After connected wifi successfully, reset your core according to the prompt on `192.168.4.1`**
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
- [Product Documents](product_documents)
|
||||
- [Quick Start](quick_start)
|
||||
- [API Rreference](api_reference)
|
||||
- [M5Stack Awesome](m5stack_awesome)
|
||||
- [M5Stack Cases](m5stack_cases)
|
||||
- [FAQ](faq)
|
||||
|
||||
- **Links**
|
||||
|
||||
Reference in New Issue
Block a user