update esp32 camera code

This commit is contained in:
Terrence
2025-05-26 06:10:53 +08:00
parent 249d12ac25
commit ce1211c86d
3 changed files with 53 additions and 21 deletions

View File

@@ -25,7 +25,6 @@ private:
std::thread preview_thread_;
std::thread encoder_thread_;
QueueHandle_t jpeg_queue_ = nullptr;
public:
Esp32Camera(const camera_config_t& config);
~Esp32Camera();