mirror of https://github.com/arendst/Tasmota.git
Better describe WcFeature
This commit is contained in:
parent
40fa1548cd
commit
ca9eca5e84
tasmota
|
@ -81,6 +81,15 @@
|
|||
* WcInit = Init Camera Interface
|
||||
* WcRtsp = Control RTSP Server, 0=disable, 1=enable (forces restart) (if defined ENABLE_RTSPSERVER)
|
||||
*
|
||||
* WcFeature Explanation
|
||||
* See https://hobbylad.files.wordpress.com/2020/02/ov2640-camera-module-software-application-notes.pdf
|
||||
* for more Information
|
||||
* 0: Normal Operation
|
||||
* 1: Reduced FPS: Set XCLK Divisor to 2. Reduces Framerate and also increases exposure time. This causes
|
||||
* better low light performance. See above document, page 6
|
||||
* 2: Night Mode: Further increase exposure time and lower the Framerate depending on available light.
|
||||
* See above Document, Page 8
|
||||
*
|
||||
* Only boards with PSRAM should be used. To enable PSRAM board should be se set to esp32cam in common32 of platform_override.ini
|
||||
* board = esp32cam
|
||||
* To speed up cam processing cpu frequency should be better set to 240Mhz in common32 of platform_override.ini
|
||||
|
|
Loading…
Reference in New Issue