mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 00:31:04 +03:00
add HIKROBOT support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user