add HIKROBOT support

This commit is contained in:
2022-12-21 15:41:54 +03:00
parent a83309143e
commit 5033b9b096
9 changed files with 820 additions and 268 deletions

View File

@@ -760,6 +760,7 @@ void ccds(){
uint16_t *img = MALLOC(uint16_t, raw_width * raw_height);
DBG("\n\nAllocated image 2x%dx%d=%d", raw_width, raw_height, 2 * raw_width * raw_height);
IMG ima = {.data = img, .w = raw_width, .h = raw_height};
#ifdef IMAGEVIEW
windowData *mainwin = NULL;