Click or drag to resize

NativeMethodsvideoio_VideoCapture_open2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus videoio_VideoCapture_open2(
	IntPtr obj,
	int device,
	int apiPreference,
	out int returnValue
)

Parameters

obj
Type: SystemIntPtr

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

device
Type: SystemInt32

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

apiPreference
Type: SystemInt32

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

returnValue
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also