public class SBIGCamera extends Object implements AutoCloseable
| Constructor and Description |
|---|
SBIGCamera() |
SBIGCamera(String host) |
SBIGCamera(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompletableFuture<org.indilib.i4j.client.INDIBLOBElement> |
expose(double seconds,
String frameType) |
void |
exposeAndWriteFile(double seconds,
String frameType,
File file) |
File |
exposeAndWriteFile(double seconds,
String frameType,
String file) |
String[] |
getProperties() |
org.indilib.i4j.client.INDIProperty<?> |
getProperty(String name) |
double |
getTemperature() |
boolean |
isCooling() |
static void |
main(String[] args) |
void |
setCooling(boolean on) |
public SBIGCamera()
throws IOException
IOExceptionpublic SBIGCamera(String host) throws IOException
IOExceptionpublic SBIGCamera(String host, int port) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException, InterruptedException, org.indilib.i4j.client.INDIValueException
IOExceptionInterruptedExceptionorg.indilib.i4j.client.INDIValueExceptionpublic File exposeAndWriteFile(double seconds, String frameType, String file) throws IOException
IOExceptionpublic void exposeAndWriteFile(double seconds,
String frameType,
File file)
throws IOException
IOExceptionpublic CompletableFuture<org.indilib.i4j.client.INDIBLOBElement> expose(double seconds, String frameType) throws IOException
IOExceptionpublic double getTemperature()
public boolean isCooling()
public void setCooling(boolean on)
throws IOException
IOExceptionpublic org.indilib.i4j.client.INDIProperty<?> getProperty(String name)
public String[] getProperties()
public void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2023 LSST. All rights reserved.