added Hikrobot support, fixed some troubles

This commit is contained in:
2025-04-08 17:30:48 +03:00
parent 7a0acd14f5
commit 3090f2c85e
14 changed files with 566 additions and 44 deletions

View File

@@ -19,10 +19,12 @@
#ifndef GRASSHOPPER_H__
#define GRASSHOPPER_H__
#include "cameracapture.h" // `camera`
#ifdef FLYCAP_FOUND
#include "cameracapture.h" // `camera`
#define GRASSHOPPER_CAPT_NAME "grasshopper"
extern camera GrassHopper;
#endif
#endif // GRASSHOPPER_H__