add Basler CMOS support

This commit is contained in:
2021-08-14 19:46:16 +03:00
parent 40f437b6a0
commit 9d76c96602
16 changed files with 852 additions and 264 deletions

View File

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