mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
convert to new cmake
This commit is contained in:
2
server.c
2
server.c
@@ -256,7 +256,9 @@ static void* processCAM(_U_ void *d){
|
||||
|
||||
// functions running @ each devno change
|
||||
static int camdevini(int n){
|
||||
FNAME();
|
||||
if(!camera) return FALSE;
|
||||
DBG("Devno: %d", n);
|
||||
if(camera->setDevNo && !camera->setDevNo(n)){
|
||||
LOGERR("Can't set active camera number");
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user