Search found 4 matches

Go to advanced search

by cmacholz
17 Aug 2007 18:13
Forum: Web and scripting
Topic: Image capture
Replies: 5
Views: 2903

Re: Image capture

Add this code to the NativeLibVLC.cs Works for *.jpg or *.png file names. I found that the jpg are not created correctly, but most image viewers can render it correctly. //Craig added 7/19/2007 public bool SaveCurrentView(string file) { bool worked = false; try { using (VlcPlaylistObject vpobj = new...
by cmacholz
19 Jul 2007 19:20
Forum: Web and scripting
Topic: Image capture
Replies: 5
Views: 2903

Re: Image capture

I also need this functionality. Haven't found a solution so far.
by cmacholz
18 Jul 2007 22:28
Forum: Web and scripting
Topic: VLanControl.dll, Capture bmp
Replies: 0
Views: 874

VLanControl.dll, Capture bmp

First, thanks for the VLanControl.dll.

Does anyone know of a way to get a screen capture?

What I really need to do is get each frame or as many as I can, as an image in memory. Not on disk. But beggars can’t be choosers. If I can save a bmp to disk, I’ll be happy.

Thanks
Craig
by cmacholz
18 Jul 2007 22:12
Forum: Web and scripting
Topic: Use of the VLanControl.dll in C#?
Replies: 21
Views: 11033

Re: Use of the VLanControl.dll in C#?

I ran into the same problem today. I also commented out 1) //this.Resize += new System.EventHandler(this.VlcUserControl_Resize); That compiled the project and created the dll. 2)Then you have to register the dll. So in the debug or release folder, at a command prompt type this: %WINDIR%\Microsoft.ne...

Go to advanced search