* Added "cam":1 in the discovery message, so that we can create a home assistant camera.
* Update tasmota/tasmota_xdrv_driver/xdrv_12_discovery.ino
Co-authored-by: Erik Kunze <eku@users.noreply.github.com>
* Rearrange the newly added field by size, for better packing.
---------
Co-authored-by: Erik Kunze <eku@users.noreply.github.com>
* suppress compiler warning about 'used' function
* don't stop and start cam webserver every time we save to flash. Only stop the actual cam clock.
* change cmds WcMenuVideoon and wcmenuvideooff to be wcmenuvideodisable 0/1 to be more TAS like, and save a little.
* Add new webcam driver over latest dev. To use the old one, define USE_WEBCAM_LAGACY
* enable build without RTSP.
check pin_pwdn before using it n 0x105!!!
* more fixes around pwdn. Make wcresolution -1 set the resoltuion setting to 'disbale cam' value (15).
* fix task stop - wait for debug to leave-> prevents guru. pin task to core 0.
* split motion from other code. Add USE_WEBCAM_MOTION to control inclusion of motion code (big hit). Change from using USE_WEBCAM_LEGACY to USE_WEBCAM_V2
* logging minimisation - behind WEBCAM_DEV_DEBUG