调整摄像头拍照方向 (#693)

This commit is contained in:
HonestQiao 2025-05-28 06:47:30 +08:00 committed by GitHub
parent 030a6b9da2
commit 7f7f24e5ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,7 +198,6 @@ private:
config.grab_mode = CAMERA_GRAB_WHEN_EMPTY;
camera_ = new Esp32Camera(config);
camera_->SetVFlip(1);
}
void InitializeIli9341Display() {