Modify ClassControllCamera_MakeImage

This commit is contained in:
jomjol
2020-12-27 17:36:08 +01:00
parent c05313aefc
commit 6e521f07c4
8 changed files with 48 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
#define CAMERA_MODEL_AI_THINKER
static const char *TAGCAMERACLASS = "server_part_camera";
static const char *TAGCAMERACLASS = "server_part_camera";
class CCamera {
@@ -45,5 +45,6 @@ class CCamera {
extern CCamera Camera;
extern bool debug_detail_heap;
#endif