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

@@ -53,7 +53,8 @@ typedef enum{
T_JPEG,
T_PNG,
T_CAPT_GRASSHOPPER, // capture grasshopper
T_CAPT_BASLER
T_CAPT_BASLER,
T_CAPT_HIKROBOT
} InputType;
void Image_minmax(Image *I);