Search found 24 matches

Go to advanced search

by carlesls
11 Nov 2011 10:17
Forum: Development around libVLC
Topic: How to get a queue of still images from a stream
Replies: 1
Views: 420

How to get a queue of still images from a stream

I think that is a question which is repeatly asked in VLC forums by many developers. No to take a snapshoot from the player or the screen itself and then saved in a folder as .jpg or .bmp but to get the images programmatically (images in memory) and then processthem or add some kind of symbol. In my...
by carlesls
07 Nov 2011 13:34
Forum: Development around libVLC
Topic: Is VLC OpenCV plugin working?
Replies: 5
Views: 1665

Re: Is VLC OpenCV plugin working?

Here is the error messages found in the log. I found the compiled plugin files in /usr/local/lib/vlc/plugins/video_filter/. Why doesn't find vlc them? vlc --list listed them. It seems that the plugin is not registered as a video_filter2 plugin. How can I make it visible for VLC? [0x4b8c88] main fil...
by carlesls
07 Nov 2011 13:31
Forum: Development around libVLC
Topic: How do I use VLC libararies in OpenCv or C++
Replies: 4
Views: 2757

Re: How do I use VLC libararies in OpenCv or C++

Hi, I am still waiting for the answer for my question. Can anyone please help me. I need to capture images from an IP camera. The video from the camera runs fine in VLC player. I wanna use libvlc in my opencv code for capturing images. But I'm not finding any example how to do this. I will really a...
by carlesls
07 Nov 2011 13:22
Forum: Development around libVLC
Topic: Stream a collection of images (getting from camera)
Replies: 7
Views: 2139

Re: Stream a collection of images (getting from camera)

Hi (sorry for my poor english) .. I have a question... I have an application to capture from a camera (is written using OpenCV) take the frames and do something with them.. Now i need to add a streaming capability to this app so i think in libvlc ..but.. It's possible to push frames in some format ...
by carlesls
07 Nov 2011 13:11
Forum: Development around libVLC
Topic: video capture and record in windows ce 6.0
Replies: 1
Views: 978

Re: video capture and record in windows ce 6.0

i want to develop an application to capture and record video from a usb camera / ip camera. It's a arm based eval kit. ( compulab's cm-t3530 ) Can i use libvlc with visual studio 2005 (vc++). If yes, what version of libvlc shall i download and from where. I am new to vlc programming. Are there any ...
by carlesls
04 Nov 2011 13:24
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138926

Re: libvlcnet - rtsp usage

Hello, can someone post a piece of code showing how to stream with the library? I tried: MediaInput input = new MediaInput(MediaInputType.NetworkStream, "rtsp:\\winterfeldt.webhop.org\\live.sdp"); vlcPlayerControl.Play(input); but that was not really successfull. We are having a bunch of ...
by carlesls
04 Nov 2011 12:54
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138926

Re: libvlcnet - .NET library based on libvlc

Hi everyone! I'm having problems with libvlcnet, specifically while trying to get a single video frame (for a batch console thumbnailing application). Being a console app, NO window, or anything related to any window, controls, etc. is acceptable... So, i made alittle program to test: (Warning: COD...
by carlesls
03 Nov 2011 14:19
Forum: Development around libVLC
Topic: Status on libvlcnet or any other C# binding
Replies: 16
Views: 3929

Re: Status on libvlcnet or any other C# binding

I'm also interested in using libvlc v1.1 inside .net environment (I'm developing with vb.net 2005 and/or vb.net 2008... but c# is also welcome!) Can anyone let us know something (maybe good news) about libvlc wrappers? Thanks I have worked with libvlcnet but I do not know... if it allows you to tak...
by carlesls
03 Nov 2011 14:12
Forum: Development around libVLC
Topic: Record rtsp stream with libvlc
Replies: 5
Views: 2103

Re: Record rtsp stream with libvlc

I'm using vlc-1.1.10 in SuSE 11.4 in a Qt4.7.1 App. I need to record a ipcam rtsp stream in a file. What are the libvlc functions I must call and in which order must I call them? I didn't found any literature about it in any place. Should you help me? Thanks in advance. there is any code to show us...
by carlesls
03 Nov 2011 13:54
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138926

Re: libvlcnet - .NET library based on libvlc

I am interesting in using this library to replace a current video implementation using DirectShowLib. The reason I am using DirectShowLib is that I must be able to do frame-stepping. I have a data file linked to each video which contains a distance-frame pairing. The distance is sequential, but the...
by carlesls
03 Nov 2011 13:34
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138926

Re: libvlcnet - .NET library based on libvlc

Today the first public version of library has been released. Library provides basic functionality to play a movies and music files. If you looking for a simple solution to implement features like playing mediafiles, transcoding into another formats or network streaming, it may be useful for you. Li...
by carlesls
03 Nov 2011 13:09
Forum: VLC media player for Windows Troubleshooting
Topic: VLC for emgucv
Replies: 8
Views: 1195

Re: VLC for emgucv

There are .net bindings
http://wiki.videolan.org/C_Sharp
I can get the video without problems... the question now is how I transform the stream (rtsp mp4) into image like jpg, bmp, Image class or Image<TColor,TDepth> class (and emgu class).

Thank you.
by carlesls
02 Nov 2011 12:50
Forum: Development around libVLC
Topic: How does VLC/libVLC recognizes connected cameras?
Replies: 9
Views: 1918

Re: How does VLC/libVLC recognizes connected cameras?

I've been using VLCJ (which uses libVLC). Now I need to list available cameras and it has to be cross platform. What is the way that VLC/libVLC is doing this? When I go to capture mode it lists available devices and I would like to do the same. And what is a "connected camera"? there are ...
by carlesls
07 Jul 2011 17:57
Forum: Development around libVLC
Topic: how to capture with libvlcnet for .net
Replies: 1
Views: 950

Re: how to capture with libvlcnet for .net

I know that vlc output is hard to convert to bitmap because of its format, but would it be possible?

Thank you, guys.
by carlesls
05 Jul 2011 16:11
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138926

Re: libvlcnet - .NET library based on libvlc

Hi all, I'm trying to get a Network Stream Output but haven't had much success yet. So how can I define a Player that gives me a Network Stream? Thanks for your replay! Best regards Oddes That was easy... try { if((this.vlcpc.IsDisposed)||(this.vlcpc == null)) { this.vlcpc = new VlcPlayerControl();...
by carlesls
05 Jul 2011 16:08
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138926

Re: libvlcnet - .NET library based on libvlc

The player works perfectely, as I can see and prove. However, there is no way to extract bitmaps from the player or by any class or method of this libvlcnet library??
I just would like to get some bitmap in order to manipulate them via emgu.

Thanks a lot.
by carlesls
04 Jul 2011 17:54
Forum: Development around libVLC
Topic: how to capture with libvlcnet for .net
Replies: 1
Views: 950

how to capture with libvlcnet for .net

I just wonder how I could capture frames with the libvlcnet. I get an idea about how to do it. The VlcPlayerControl vlcpc have a methode that allows it: vlcpc.DrawToBitmap(bmp , rbmp); // but I do not know how it works. or how I can visualize this bmp. /* * Created by SharpDevelop. * User: carlesls ...
by carlesls
22 Jun 2011 13:28
Forum: VLC media player for Windows Troubleshooting
Topic: vlc playing rtsp streaming strangeness
Replies: 4
Views: 2317

Re: vlc playing rtsp streaming strangeness

could you show us the code?
thanks a lot.
by carlesls
22 Jun 2011 12:15
Forum: VLC media player for Windows Troubleshooting
Topic: VLC for emgucv
Replies: 8
Views: 1195

Re: VLC for emgucv

Does someone know where I could download a c#/.net solution -or project- that interfaces the VLC?
Thank you.
by carlesls
22 Jun 2011 10:06
Forum: VLC media player for Windows Troubleshooting
Topic: VLC for emgucv
Replies: 8
Views: 1195

Re: VLC for emgucv

There are .net bindings
http://wiki.videolan.org/C_Sharp
Will it work with windows 7 64bits...? should I do something else?
thanks again...
by carlesls
22 Jun 2011 09:52
Forum: VLC media player for Windows Troubleshooting
Topic: VLC for emgucv
Replies: 8
Views: 1195

Re: VLC for emgucv

There are .net bindings
http://wiki.videolan.org/C_Sharp
Thanks a lot.
see you.
by carlesls
21 Jun 2011 13:31
Forum: Development around libVLC
Topic: libvlcnet and DotNet implementation examples with vb.net
Replies: 1
Views: 936

Re: libvlcnet and DotNet implementation examples with vb.net

I wonder where I could find examples in c# .net too.
Thank a lot.
by carlesls
21 Jun 2011 10:32
Forum: VLC media player for Windows Troubleshooting
Topic: VLC for emgucv
Replies: 8
Views: 1195

Re: VLC for emgucv

I wonder if I should use libvlc.dll or recompile the source for windows 64bits... or should I use vlcsharp or something else...
Thanks again.
by carlesls
21 Jun 2011 10:23
Forum: VLC media player for Windows Troubleshooting
Topic: VLC for emgucv
Replies: 8
Views: 1195

VLC for emgucv

I would like to get frames from a camera and then deal with them using the Emgu cv (computer vision).
Which would be the best way to do it programmatically in c# (.net)? could be done in windows 64bits and then windows 32bits?

Could you redirect me to an example?

Thanks a lot.

Go to advanced search