fix compatity

This commit is contained in:
Neucrack
2024-07-18 15:31:59 +08:00
parent 7ee90d7ad5
commit ab54f0eeaf
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ namespace maix::nn
{
public:
NN_MaixCam(bool dual_buff);
NN_MaixCam();
~NN_MaixCam();
/**
@@ -76,6 +77,7 @@ namespace maix::nn
bool _loaded;
void *_data;
bool _enable_dual_buff;
void _init(bool dual_buff = true);
};
} // namespace maix::nn