Add Throttle Value
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <opencv2/core.hpp>
|
||||
#include "FaultManager.hpp"
|
||||
|
||||
#define THROTTLE_AMOUNT 1
|
||||
|
||||
class ImageAnalyzer
|
||||
{
|
||||
|
||||
@@ -11,6 +13,10 @@ public:
|
||||
|
||||
bool ProcessImage(uint32_t width, uint32_t height, uint8_t *imgPointer, FaultManager fault_mgr, bool test);
|
||||
|
||||
private:
|
||||
|
||||
int throttle_count = 1;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user