mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 19:46:54 +03:00
Rolling
This commit is contained in:
@@ -25,7 +25,6 @@ class CCamera {
|
||||
framesize_t ActualResolution;
|
||||
int brightness, contrast, saturation;
|
||||
bool isFixedExposure;
|
||||
|
||||
int waitbeforepicture_org;
|
||||
|
||||
public:
|
||||
@@ -50,7 +49,6 @@ class CCamera {
|
||||
esp_err_t CaptureToBasisImage(CImageBasis *_Image, int delay = 0);
|
||||
};
|
||||
|
||||
void PowerResetCamera();
|
||||
|
||||
extern CCamera Camera;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user