Dalsa |
public class DalsaCameraSettingView : BaseBindableView, ITabbedView, IHelpView, IComponentConnector
The DalsaCameraSettingView type exposes the following members.
Name | Description | |
---|---|---|
![]() | DalsaCameraSettingView | Constructor. |
Name | Description | |
---|---|---|
![]() | AddScanHead | |
![]() | AutoConnect | If true it is tried to connect the camera at application start. |
![]() | CalibrationGuiData | The GUI elements shown in the calibration user control. |
![]() | CameraID | The string identifying the camera as shown in the combo box. Contains the model name and its serial number. |
![]() | CameraInfo | The camera info as retrieved by the Dalsa SDK. |
![]() | CameraInfos | The list of all server names found by the Dalsa SDK. |
![]() | ConfigurationManager | RAYGUIDE's configuration manager; needed to get and to store the last used calibration data file. |
![]() | CropFactorVisibility | |
![]() | DownscaleFactor | The factor a taken picture will be scaled down before added to the workspace background. |
![]() | ExposureTime | The exposure time used by the camera. |
![]() | FieldHeightMaxPixel | The maximal field height of the camera allowed by the hardware. |
![]() | FieldHeightMinPixel | The minimal field height of the camera allowed by the hardware. |
![]() | FieldHeightPixel | The camera image's height in pixel. |
![]() | FieldWidthMaxPixel | The maximal field width of the camera allowed by the hardware. |
![]() | FieldWidthMinPixel | The minimal field width of the camera allowed by the hardware. |
![]() | FieldWidthPixel | The camera image's width in pixel. |
![]() | Gain | The current gain value set in the camera. |
![]() | GainMax | The maximal gain value allowed by the camera model. |
![]() | GainMin | The minimal gain value allowed by the camera model. |
![]() | HardwareTriggerControlsVisibility | |
![]() | HardwareTriggerExtControlsVisibility | |
![]() | HasScanHeadLensMounted | If true and distortion correction is enabled a taken image is cut to remove black stripes. |
![]() | InfoGuiData | The GUI elements shown in the info user control. |
![]() | IsAutoBrightness | If true the brightness may be set automatically by the camera. |
![]() | IsAutoExposure | If true the exposure time is set automatically by the camera. |
![]() | IsAutoExposureEnabled | Set to true if auto brightness is activated. |
![]() | IsAutoGain | If true the gain is set automatically by the camera. |
![]() | IsAutoGainEnabled | Set to true if auto brightness is activated. |
![]() | IsAveragePixels | If true each horizontal pixel pair is middled. Only used if IsCombinePixels is set. |
![]() | IsCombinePixels | If true four pixels are combined into one. |
![]() | IsConnectButtonEnabled | |
![]() | IsConnected | True if a camera is connected. |
![]() | IsDictionaryToKeep | |
![]() | IsExposureTimeEnabled | |
![]() | IsGainEnabled | If false the gain is set automatically by the camera. |
![]() | IsHardwareTrigger | |
![]() | IsHardwareTriggerWait | |
![]() | IsManualTriggerLoop | |
![]() | IsNotConnected | True if no camera is not connected. |
![]() | IsReadingFromGuiForbidden | Only if false values from the edit fields are read out into the internal data; this must not be done in case the dialog is just and be filled programmatically opened. |
![]() | IsResetButtonEnabled | |
![]() | IsScanHeadAssigned | True if a scan head is assigned to the camera. |
![]() | IsSumPixels | If true all four combined pixels are summed up. Only used if IsCombinePixels is set. |
![]() | IsToFlip | If true the camera picture will be flipped horizontally. |
![]() | MainTabIndex | Index of the tab currently open in the dialog. |
![]() | MaxExposureTime | The maximal exposure time allowed by the camera model. Given in milliseconds. |
![]() | MinExposureTime | The minimal exposure time allowed by the camera model. Given in milliseconds. |
![]() | PenNumber | |
![]() | RectificationCropFactor | A tile will be cropped by this percentage if a F-Theta lens is mounted and equalization is activated. |
![]() | ScanHead | The selected scan head in the dialog. |
![]() | ScanHeads | The list of scan heads in the combo box. |
![]() | ShowDevice |
Name | Description | |
---|---|---|
![]() | GetHelpID | Returns the ID string for showing the appropriate section in the manual. |
![]() | InitializeComponent | InitializeComponent |
![]() | RaisePropertyChanged |
Raises this object's PropertyChanged event.
(Inherited from BaseBindableView) |
![]() | SetPropertyT |
Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView) |
Name | Description | |
---|---|---|
![]() | ActiveTabIndexChanged | |
![]() | PropertyChanged |
Raised whenever a property value has changed.
(Inherited from BaseBindableView) |
Name | Description | |
---|---|---|
![]() ![]() | IComponentConnectorConnect | Attaches events and names to compiled content. |