camdd_sig_handler
signal(SIGINFO, camdd_sig_handler);
signal(SIGINT, camdd_sig_handler);
void camdd_sig_handler(int sig);