Add PointGrey Grasshopper support; fixed DATAMAX for 8- and 12-bit images

This commit is contained in:
2023-02-03 09:57:35 +03:00
parent 5aed1d5955
commit 089370d276
13 changed files with 1810 additions and 1297 deletions

View File

@@ -119,6 +119,7 @@ static int camcapt(IMG *ima){
WARNX("Couldn't read exposure data\n");
return FALSE;
}
ima->bitpix = 16;
return TRUE;
}