NativeMethods.videoio_VideoCapture_retrieve Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int videoio_VideoCapture_retrieve( IntPtr obj, IntPtr image, int flag )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function videoio_VideoCapture_retrieve ( obj As IntPtr, image As IntPtr, flag As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int videoio_VideoCapture_retrieve( IntPtr obj, IntPtr image, int flag )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member videoio_VideoCapture_retrieve : obj : IntPtr * image : IntPtr * flag : int -> int
OpenCvSharp.NativeMethods.videoio_VideoCapture_retrieve = function(obj, image, flag);