Skip to content

liunix61/Esp32Eye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-CAM Webcam Template with PlatformIO

Description

cam

Configuration

Camera setting

Default camera SOFT AP Ip - 192.168.1.100

Default wifi password - adminadmin, ssid - chipId (some uint32 number)

Allowed settings:

  • appSsid - SOFT APP ssid
  • appPass - SOFT APP pass
  • stationSsid - STA ssid
  • stationPass - STA pass
  • frameSize [default 10 (FRAMESIZE_SVGA)] - camera frame size, see enum here
  • jpegQuality [default 10] - quality of JPEG output. 0-63 lower means higher quality

Example request in settings.http

Restart camera after change your settings

Urls:

  • /restart
  • /stream
  • /settings

Board configuration

The platformio.ini currently configures the project for an ESP-WROVER chipset (has PSRAM), with the flash in QIO mode at 80MHz.

If these settings are not correct for you, change the file with your correct board = .. value and other settings accordingly to the PlatformIO board documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%