Click or drag to resize

NativeMethodsvideoio_VideoWriter_new2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr videoio_VideoWriter_new2(
	string filename,
	int fourcc,
	double fps,
	Size frameSize,
	int isColor
)

Parameters

filename
Type: SystemString
fourcc
Type: SystemInt32
fps
Type: SystemDouble
frameSize
Type: OpenCvSharpSize
isColor
Type: SystemInt32

Return Value

Type: IntPtr
See Also