forked from external-repos/esp32cam-rtsp
- Updated MD/HTML
This commit is contained in:
38
README.md
38
README.md
@@ -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
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user