Source COM object of camera capture device.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
public Object SourceObject { get; }

Remarks

The source COM object of camera capture device is exposed for the case when user may need get direct access to the object for making some custom configuration of camera through DirectShow interface, for example.

If camera is not running, the property is set to nullNothingnullptra null reference (Nothing in Visual Basic).

See Also