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:
@@ -19,12 +19,10 @@
|
||||
#ifndef GRASSHOPPER_H__
|
||||
#define GRASSHOPPER_H__
|
||||
|
||||
#include "fits.h" // Image*
|
||||
#include "cameracapture.h" // `camera`
|
||||
|
||||
#define GRASSHOPPER_CAPT_NAME "grasshopper"
|
||||
|
||||
void disconnectGrasshopper();
|
||||
int capture_grasshopper(void (*process)(Image *));
|
||||
char *gsimagestatus(const char *messageid, char *buf, int buflen);
|
||||
extern camera GrassHopper;
|
||||
|
||||
#endif // GRASSHOPPER_H__
|
||||
|
||||
Reference in New Issue
Block a user