- Updated MD/HTML

This commit is contained in:
Rene Zeldenthuis
2023-02-09 01:12:44 +01:00
parent 151911e1c2
commit 74886cd2b4
4 changed files with 41 additions and 3 deletions

View File

@@ -31,6 +31,29 @@ This software provides a **configuration web server**, that can be used to:
- Select the frame rate,
- Select number of frame buffers
- Select the JPEG quality
- Configure the camera options
- Brightness
- Contrast
- Saturation
- Special effect (Normal, Negative, Grayscale, Red/Green/Blue tint, Sepia)
- White balance
- Automatic White Balance gain
- Wite Balance mode
- Exposure control
- AEC2
- AE level
- AEC value
- Gain control
- AGC gain
- Gain ceiling
- BPC
- WPC
- Raw gamma
- Lens correction
- Horizontal mirror
- Vertical flip
- DCW
- Color bar
The software provides contains also a mDNS server to be easily discoverable on the local network.
It advertises HTTP (port 80) and RTSP (port 554)
@@ -236,3 +259,18 @@ Make sure it is connected the right way around (Camera pointing away from the bo
## Credits
esp32cam-ready depends on PlatformIO, Bootstrap5 and Micro-RTSP by Kevin Hester.
## Change history
- Feb 2023
- Added additional settings for camera configuration
- Nov 2022
- Added OTA
- Fix for grabbing frame
- Fixed bug: Increased WiFi password length
- Sep 2022
- Added GUI with bootstrap
- More information in web page
- Added camera preview in HTML
- Jul 2022
- Initial version

View File

@@ -225,7 +225,7 @@
<div class="col-8">{{Wpc}}</div>
</div>
<div class="row">
<div class="col-4">Raw gma:</div>
<div class="col-4">Raw gamma:</div>
<div class="col-8">{{RawGma}}</div>
</div>
<div class="row">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long