Add toupcam support

This commit is contained in:
2026-02-18 17:15:42 +03:00
parent 7769391186
commit 21ebc6bc61
9 changed files with 384 additions and 12 deletions

View File

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