mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-06-21 11:26:30 +03:00
next fixes
This commit is contained in:
@@ -49,7 +49,7 @@ static int campoll(cc_capture_status *st, float *remain){
|
||||
if(capstat != CAPTURE_PROCESS){
|
||||
if(st) *st = capstat;
|
||||
if(remain) *remain = 0.;
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
if(sl_dtime() - texpstart > exptime){
|
||||
if(st) *st = CAPTURE_READY;
|
||||
|
||||
Reference in New Issue
Block a user