mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 00:31:04 +03:00
shm to client; TODO: check new image by timestamp, not by control socket messages
This commit is contained in:
@@ -70,6 +70,7 @@ typedef struct{
|
||||
int rewrite; // rewrite file
|
||||
int showimage; // show image preview
|
||||
int shmkey; // shared memory (with image data) key
|
||||
int forceimsock; // force using image through socket transition even if can use SHM
|
||||
float gain; // gain level (only for CMOS)
|
||||
float brightness; // brightness (only for CMOS)
|
||||
double exptime; // time of exposition in seconds
|
||||
|
||||
Reference in New Issue
Block a user