Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceSourceObject Property

Source COM object of camera capture device.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public Object SourceObject { get; }
Request Example View Source

Property Value

Type: Object
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 .

See Also