Click or drag to resize

CvInvokeWriterBackends Property

http://www.emgu.com
Returns list of available backends which works via cv::VideoWriter()

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Backend[] WriterBackends { get; }

Property Value

Type: Backend
See Also