add network image transporting (pre-alpha yet: many bugs)

This commit is contained in:
2023-02-28 17:18:07 +03:00
parent 764aa50ccc
commit 644de638ca
20 changed files with 847 additions and 698 deletions

View File

@@ -17,9 +17,6 @@
*/
#pragma once
#ifndef CCDFUNC_H__
#define CCDFUNC_H__
#include "basestructs.h"
extern Camera *camera;
@@ -40,6 +37,7 @@ int startFocuser(void **dlh);
void focclose();
void closewheel();
void closecam();
#ifdef IMAGEVIEW
int ccdcaptured(IMG **img);
#endif
#endif // CCDFUNC_H__