|
void | fcUsb_init (void) |
|
void | fcUsb_setLogging (bool loggingState) |
|
void | fcUsb_close (void) |
|
int | fcUsb_FindCameras (void) |
|
int | fcUsb_GetFindCamsState (void) |
|
float | fcUsb_GetFindCamsPercentComplete (void) |
|
int | fcUsb_OpenCamera (int camNum) |
|
int | fcUsb_CloseCamera (int camNum) |
|
int | fcUsb_GetNumCameras (void) |
|
bool | fcUsb_haveCamera (void) |
|
int | fcUsb_GetCameraSerialNum (int camNum) |
|
int | fcUsb_GetCameraVendorID (int camNum) |
|
int | fcUsb_GetCameraProductID (int camNum) |
|
int | fcUsb_cmd_nop (int camNum) |
|
int | fcUsb_cmd_rst (int camNum) |
|
int | fcUsb_cmd_getinfo (int camNum, fc_camInfo *camInfo) |
|
int | fcUsb_cmd_setRegister (int camNum, UInt16 regAddress, UInt16 dataValue) |
|
UInt16 | fcUsb_cmd_getRegister (int camNum, UInt16 regAddress) |
|
int | fcUsb_cmd_setIntegrationTime (int camNum, UInt32 theTime) |
|
int | fcUsb_cmd_setGuiderIntegrationTime (int camNum, UInt32 theTime) |
|
int | fcUsb_cmd_startExposure (int camNum) |
|
int | fcUsb_cmd_startGuiderExposure (int camNum) |
|
int | fcUsb_cmd_abortExposure (int camNum) |
|
int | fcUsb_cmd_abortGuiderExposure (int camNum) |
|
UInt16 | fcUsb_cmd_getState (int camNum) |
|
UInt16 | fcUsb_cmd_getGuiderState (int camNum) |
|
int | fcUsb_cmd_setFrameGrabberTestPattern (int camNum, UInt16 state) |
|
int | fcUsb_cmd_rdScanLine (int camNum, UInt16 lineNum, UInt16 Xmin, UInt16 Xmax, UInt16 *lineBuffer) |
|
int | fcUsb_cmd_setRoi (int camNum, UInt16 left, UInt16 top, UInt16 right, UInt16 bottom) |
|
int | fcUsb_cmd_setBin (int camNum, UInt16 binMode) |
|
int | fcUsb_cmd_setRelay (int camNum, int whichRelay) |
|
int | fcUsb_cmd_clearRelay (int camNum, int whichRelay) |
|
int | fcUsb_cmd_pulseRelay (int camNum, int whichRelay, int onMs, int offMs, bool repeats) |
|
int | fcUsb_cmd_setTemperature (int camNum, SInt16 theTemp) |
|
SInt16 | fcUsb_cmd_getTemperature (int camNum) |
|
UInt16 | fcUsb_cmd_getTECPowerLevel (int camNum) |
|
bool | fcUsb_cmd_getTECInPowerOK (int camNum) |
|
int | fcUsb_cmd_turnOffCooler (int camNum) |
|
int | fcUsb_cmd_getRawFrame (int camNum, UInt16 numRows, UInt16 numCols, UInt16 *frameBuffer) |
|
int | fcUsb_cmd_setReadMode (int camNum, int DataXfrReadMode, int DataFormat) |
|
void | fcUsb_setStarfishDefaultRegs (int camNum) |
|
int | fcUsb_cmd_setCameraGain (int camNum, UInt16 theGain) |
|
int | fcUsb_cmd_setCameraOffset (int camNum, UInt16 theOffset) |
|
void | fcUsb_cmd_setImageFilter (int camNum, int theImageFilter) |
|
UInt16 | fcUsb_cmd_getBlackPedestal (int camNum) |
|
void | fcUsb_cmd_setCameraProperty (int camNum, int propertyType, int propertyValue) |
|