* Added seeed_xiao_esp32s3

* Fixed typo

* Updating build system

* Fixed typos

* Renamed envirnment name to seeed_xiao_esp32s3

* Update README.md

* Updated platformio definitions

* Added cache

* Updated README.md

* - Default value for initResult if initialzation fails

* constexpr camera_config_t m5stack_camera_settings

* Added M5Stack UnitCamS3

* Work in progress

* WIP

* Work in progress

* Removed OTA

* Added unitcams3

* UnitcamS3

* Corrected HTML for ipv4
fixed Sewrial issue esp32s2

* USER_LED_ON_LEVEL=LOW

* Added documentation pins for Mems/grove/led

* Typo

* Removed non required depencency

* Removed non required depencency

* Readded
This commit is contained in:
Rene
2024-02-13 14:13:45 +01:00
committed by GitHub
parent 5e4fee3624
commit a60fbc7917
57 changed files with 1326 additions and 478 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "RTSPServer",
"version": "1.0.0",
"description": "",
"description": "RTSP Server",
"dependencies": {
"contrem/arduino-timer": "^2.3.1"
}
}
}

View File

@@ -29,7 +29,7 @@ private:
std::shared_ptr<CRtspSession> session;
};
OV2640 cam_;
OV2640 cam_;
std::list<std::unique_ptr<rtsp_client>> clients_;
uintptr_t task_;
Timer<> timer_;