mirror of
https://github.com/eddyem/astrovideoguide_v3.git
synced 2026-03-21 17:20:58 +03:00
add Basler CMOS support
This commit is contained in:
@@ -58,7 +58,7 @@ void iffound_default(pid_t pid){
|
||||
ERRX("Another copy of this process found, pid=%d. Exit.", pid);
|
||||
}
|
||||
|
||||
void *procinp_thread(_U_ void* arg){
|
||||
static void *procinp_thread(_U_ void* arg){
|
||||
int p = process_input(tp, GP->inputname);
|
||||
LOGDBG("process_input=%d", p);
|
||||
return NULL;
|
||||
@@ -94,6 +94,9 @@ static InputType chk_inp(const char *name){
|
||||
case T_CAPT_GRASSHOPPER:
|
||||
printf("capture grasshopper camera");
|
||||
break;
|
||||
case T_CAPT_BASLER:
|
||||
printf("capture basler camera");
|
||||
break;
|
||||
default:
|
||||
printf("Unsupported type\n");
|
||||
return T_WRONG;
|
||||
|
||||
Reference in New Issue
Block a user