ICameraV3SensorName Property |
Namespace: ASCOM.DeviceInterface
| Exception | Condition |
|---|---|
| PropertyNotImplementedException | Must throw an exception if not supported. |
| NotConnectedException | If the device is not connected |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
Mandatory, must return an empty string if the sensor's name is not known.
Returns the name (data sheet part number) of the sensor, e.g. ICX285AL. The format is to be exactly as shown on manufacturer data sheet, subject to the following rules:
Examples:
Note:
The most common usage of this property is to select approximate colour balance parameters to be applied to the Bayer matrix of one-shot colour sensors. Application authors should assume that an appropriate IR cut-off filter is in place for colour sensors.
It is recommended that this function be called only after a connection is established with the camera hardware, to ensure that the driver is aware of the capabilities of the specific camera model.
This is only available for the Camera Interface Version 2 and later.