VideoIntegrationRate Property |
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic int IntegrationRate { get; set; }Public Property IntegrationRate As Integer
Get
Set
public:
virtual property int IntegrationRate {
int get () sealed;
void set (int value) sealed;
}Property Value
Int32Implements
IVideoIntegrationRate
Exceptions
RemarksIntegrationRate can be used to adjust the integration rate (exposure) of the camera, if supported. A 0-based array of strings -
SupportedIntegrationRates,
which correspond to different discrete integration rate settings supported by the camera will be returned.
IntegrationRate must be set to an integer in this range.
The driver must default IntegrationRate to a valid value when integration rate is supported by the camera.
See Also