fix some little bugs, test client and server @dummy camera

This commit is contained in:
2022-03-18 15:28:47 +03:00
parent ebf6a53d63
commit c452b36a16
12 changed files with 334 additions and 230 deletions

View File

@@ -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;