Свойство | Тип | Описание | |
---|---|---|---|
ImageController | |||
flowControlVoltage | double | ||
flowInputVoltage | double | ||
flowReader | AnalogSingleChannelReader | ||
flowWriter | AnalogSingleChannelWriter | ||
frameCount | int | ||
imageData | ].byte[][ | ||
scanCount | int | ||
window |
Метод | Описание | |
---|---|---|
CameraPrimeAcquisition ( ) : void | ||
CameraSnapshot ( ) : void | ||
CameraStream ( ) : void | ||
CloseCamera ( ) : void | ||
DisposeImages ( ) : void | ||
FinishRemoteCameraControl ( ) : void | ||
GrabMultipleImages ( string settings, int numberOfShots ) : ].byte[][ | ||
GrabSingleImage ( string settings ) : ].byte[ | ||
InitializeLifetimeService ( ) : Object | ||
IsReadyForAcquisition ( ) : bool | ||
PrepareRemoteCameraControl ( ) : void | ||
SaveImage ( string path ) : void | ||
SaveImageWithDialog ( ) : void | ||
Start ( ) : void | ||
StartCameraControl ( ) : void | ||
StartRemoteControl ( ) : void |
This is used when you want another program to take control of some/all of the hardware. The hc then just saves the last hardware state, then prevents you from making any changes to the UI. Use this if your other program wants direct control of hardware. In the buffer gas case this is only used for the camera at the moment.
|
|
StopCameraStream ( ) : void | ||
StopRemoteControl ( ) : void | ||
StoreImageDataWithDialog ( ) : void |
public FinishRemoteCameraControl ( ) : void | ||
Результат | void |
public GrabMultipleImages ( string settings, int numberOfShots ) : ].byte[][ | ||
settings | string | |
numberOfShots | int | |
Результат | ].byte[][ |
public GrabSingleImage ( string settings ) : ].byte[ | ||
settings | string | |
Результат | ].byte[ |
public InitializeLifetimeService ( ) : Object | ||
Результат | Object |
public PrepareRemoteCameraControl ( ) : void | ||
Результат | void |
public StoreImageDataWithDialog ( ) : void | ||
Результат | void |
public CameraController,IMAQ ImageController | ||
Результат |
public AnalogSingleChannelReader flowReader | ||
Результат | AnalogSingleChannelReader |
public AnalogSingleChannelWriter flowWriter | ||
Результат | AnalogSingleChannelWriter |