We need to processing image in C# from UDP video stream. in project we can get image and save it to Path With vlcControl. We need to have this image in a variable and not inside a file on the hard drive. Please see my code below:
vlcControl1.TakeSnapshot(@"D:\a.jpg", 600, 400);
Now we need to have an address in memory or override a method to solve the problem.
We tried to create an address in memory and another override a method TakeSnapshot