some bugs fixed, added gray image displaying (with linear and log scales)

This commit is contained in:
2023-05-31 16:20:41 +03:00
parent 0eb3b3ef39
commit cb38636d78
6 changed files with 177 additions and 95 deletions

View File

@@ -273,7 +273,7 @@ void client(int sock){
t0 = dtime();
if(expstate == CAMERA_ERROR){
WARNX(_("Can't make exposition"));
return;
continue;
}
if(expstate != CAMERA_CAPTURE){
verbose(2, "Frame ready!");