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