Click or drag to resize

NativeMethods.videoio_VideoCapture_retrieve 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 int videoio_VideoCapture_retrieve(
	IntPtr obj,
	IntPtr image,
	int flag
)

Parameters

obj
Type: System.IntPtr
image
Type: System.IntPtr
flag
Type: System.Int32

Return Value

Type: Int32
See Also