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