User Tools

Site Tools


arduino:wio-cam-en

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arduino:wio-cam-en [2020/01/23 10:19] rjversluisarduino:wio-cam-en [2023/08/17 07:40] (current) – removed rjversluis
Line 1: Line 1:
-====== WIO ESP32-S CAM ====== 
-[[:english|{{ :hardware.png}}]][[:english|{{ :rocrail-logo-35.png}}]] 
-[[:english|Content]] -> [[:hardware-en#arduino|Arduino]] 
-  * [[:arduino:wio-overview-en|WIO Overview]] | [[:arduino:wio-setup-en|WIO Setup]] | [[:arduino:wioctrl-en|WIO Control]] | [[:arduino:amp-en|User Bitmaps]] | [[:arduino:wio-en|WIO Firmware]] | **[[:arduino:wio-cam-en|WIO CAM]]** 
- \\ 
- 
-|  W I P  | 
-{{:arduino:esp32-cam-usb.jpg?300}}\\ 
- 
- \\ 
- 
-=====WIO===== 
-//WIO Version 1.14+//\\  
-Running the CAM in WIO context reduces the fps to 10 at QVGA resolution. (Higher rates are possible.)\\ 
-====Settings==== 
-^ Setting ^ Value ^ 
-| WIO type | CAM | 
-| Board type | ESP32-CAM | 
-====URL==== 
-WEB Browser: 
-<code> 
-http://<WIO IP>:8081/stream 
-</code> 
-Text: 
-<code> 
-mjpg:<WIO IP>:8081:tcp:stream 
-</code> 
-Locomotive:\\ 
-{{:arduino:wiocam-loco-int-en.png}}\\ 
-====I/O==== 
-Some ports can be controlled with an output: 
-  * Bus = WIO ID 
-All other settings are default.\\ 
- 
-^ GPIO ^ Usage ^ Output ^ Type ^ 
-|  4  | Flash LED |  1  | Accessory | 
-|  -  | Snapshot |  2  | Accessory | 
-|  -  | Snapshot + Flash |  3  | Accessory | 
-|  12  | H position servo |  1  | Servo | 
-|  13  | V position servo |  2  | Servo | 
-|  2,14,15  | Output |  4,5,6  | Accessory | 
- 
-File names used for snapshots on SPIFFS are generated: 
-<code> 
-/<00000000>.jpg 
-</code> 
-The zeros represent the lower 32 bit part of the millisecond counter.\\ 
-Existing files will be overwritten.\\ 
- 
- 
-====Arduino IDE==== 
-The ESP32-CAM board does not feature an USB connector, so a separate USB programmer board is needed.\\ 
-There are many clones of this ESP32-CAM board. Important is documentation on how to connect and program the board, and which camera is mounted.\\ 
-This test board must be programmed in the Arduino IDE with the __**ESP32 Wrover Module**__ board type:\\ 
-{{:arduino:esp32-s-cam-wrover.png?400}}\\ 
-The mounted camera must be selected in ''CAM.h''.\\ 
-For this test board select: 
-<code c> 
-#define CAMERA_MODEL_AI_THINKER 
-</code> 
- 
- 
- \\ 
-=====Pinout===== 
-{{:arduino:esp32-cam-pinout-1.png}}\\ 
-  * GPIO04 = Flash LED 
-  * GPIO33 = on board LED 
-  * GPIO16 = Seems to be used by the camera. (I2S) 
- 
- \\ 
-=====Control===== 
-  * {{:arduino:cam.xml.zip}} 
- 
- \\ 
-=====Links & Docs===== 
-  * https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/ 
-  * http://fambach.net/esp32-cam-modul/ 
-  * {{:arduino:esp32-cam-kit-deutsch.pdf}} 
  
arduino/wio-cam-en.1579771155.txt.gz · Last modified: 2020/01/23 10:19 by rjversluis