mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 00:31:04 +03:00
fix some little bugs, test client and server @dummy camera
This commit is contained in:
@@ -305,6 +305,7 @@ static int gett(_U_ float *t){
|
||||
}
|
||||
|
||||
static int camsetbin(int h, int v){
|
||||
DBG("set bin %dx%d", h, v);
|
||||
if(h != v){
|
||||
WARNX(_("BinX and BinY should be equal"));
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user