Accord.Video.Ximea.Internal.XimeaAPI.xiGetImage C# (CSharp) Method

xiGetImage() private method

private xiGetImage ( IntPtr deviceHandle, int timeout, [ image ) : int
deviceHandle System.IntPtr
timeout int
image [
return int
        public static extern int xiGetImage( IntPtr deviceHandle, int timeout, [In, MarshalAs( UnmanagedType.Struct )] ref XimeaImage image );