fixed SHM deadlock, need to fix more troubles

This commit is contained in:
2026-07-21 09:50:39 +03:00
parent a3134d31a8
commit 87bf7678b1
14 changed files with 928 additions and 613 deletions

View File

@@ -40,7 +40,7 @@ void closewheel();
void closecam();
#ifdef IMAGEVIEW
void framerate();
int ccdcaptured(cc_IMG **img);
int ccdcaptured(cc_IMG *img);
#endif
int start_socket(int isserver);