Class BaslerSourceSettings
Basler camera source settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.Sources
Assembly: VisioForge.Core.dll
Syntax
public class BaslerSourceSettings : IVideoCaptureBaseVideoSourceSettings, IVideoMixerSource, IVideoSourceSettings, IMediaBlockSettings
Constructors
BaslerSourceSettings(BaslerCameraInfo)
Initializes a new instance of the BaslerSourceSettings class.
Declaration
public BaslerSourceSettings(BaslerCameraInfo camera)
Parameters
Type | Name | Description |
---|---|---|
BaslerCameraInfo | camera | The camera. |
Properties
Camera
Gets the camera.
Declaration
public BaslerCameraInfo Camera { get; }
Property Value
Type | Description |
---|---|
BaslerCameraInfo | The camera. |
Methods
CreateBlock()
Creates the block.
Declaration
public MediaBlock CreateBlock()
Returns
Type | Description |
---|---|
MediaBlock | MediaBlock. |
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |