Click or drag to resize

NativeMethodsvideoio_VideoCapture_new2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.videoio_VideoCapture_new2(System.String,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus videoio_VideoCapture_new2(
	string filename,
	int apiPreference,
	out IntPtr returnValue
)

Parameters

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:OpenCvSharp.NativeMethods.videoio_VideoCapture_new2(System.String,System.Int32,System.IntPtr@)"]

apiPreference
Type: SystemInt32

[Missing <param name="apiPreference"/> documentation for "M:OpenCvSharp.NativeMethods.videoio_VideoCapture_new2(System.String,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.videoio_VideoCapture_new2(System.String,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.videoio_VideoCapture_new2(System.String,System.Int32,System.IntPtr@)"]

See Also