Files
esp32-cam_webserver/README.md
T
2025-10-19 22:23:15 +03:00

2.3 KiB

👀 esp32-cam_webserver Overview

A handmade webcam

🚀 Features

This a portable webcam.It has also a flash.If you want, you can record stream in the OBS application, or create a virtual camera in OBS and use it with applications like Zoom or Teams.

📦 Setup

  1. Refer to the circuit diagram
  2. File>Preferences>Additional Boards Manager URLs:(Click the double window button)

Paste this code

https://dl.espressif.com/dl/package_esp32_index.json
  1. Click 'OK'
  2. Install the 'Arduino IDE' software and open 'Examples>ESP32>Camera>CameraWebServer' file
  3. Tools>Board>Boards Manager...
  4. Search 'esp32' by Espressif Systems, and install it

⚠️ Warning: Make sure you have installed the correct USB driver (CH340, CH341, FT232R / FTDI Driver, CP2102) before connecting the ESP32CAM to your computer.

  1. Plug the ESP32CAM into your computer
  2. Tools>Board>esp32>'AI Thinker ESP32-CAM'
  3. Tools>Port>'Select the esp's port'
Apply these changes:
  • CPU Frequency: 240MHz (WiFi/BT)
  • Core Debug Level: None
  • Erase All Flash Before Sketch Upload: Disabled
  • Flash Frequency: 80MHz
  • Flash Mode: QIO
  • Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)
  • 115200 baud
  1. Tools>Manage Libraries...>Install the libraries used in the code
  2. Click the 'upload ➡️' button
    To make sure it has been uploaded successfully, you should see the message 'Done uploading'

🎉 Run

  1. Disconnect the IO0-GND connection(disable programming mode)
  2. Connect your esp32cam to your pc
  3. Press the reset button on the esp32cam
Open 'OBS' app and follow these steps:
  1. Sources(Kaynaklar)>Click +>Media Source(Ortam kaynağı)>Click OK>Deselect the 'Local File'
  • Network Buffering: 16MB(max)
  • Input: esp32cam's last stream ip + (gate 81) + '/stream' --> "http://192.168.1.63:81/stream"
  • Reconnect Delay: 5S
  • !Keep the other settings as default!
5. `You are ready to use your mini webcam` 6. `You can access the camera settings from esp32cam's ip --> "http://192.168.1.63"`

🔒 License

📜 GPL-3.0 License