[Mono-list] Mono + Webcam (cross-platform solution)?

Abe Gillespie abe.gillespie at gmail.com
Thu Jun 24 03:05:06 EDT 2010


In that case, have you considered writing a Silverlight 4 app?  You'll
get Linux, Mac, and Windows interoperability for free.

2010/6/24 David Abdurachmanov <cybaslt at hotmail.com>:
> Thanks both of you. I will try looking in both solutions.
> I am going to write a paper about visual human input in computers and for
> that I need handle input from several webcams. The problem is that I am
> running Mac OS X, Linux and sometimes Windows.
> david
>
>> Date: Thu, 24 Jun 2010 08:20:18 +0200
>> From: daniel.isenmann at gmx.de
>> To: cybaslt at hotmail.com; mono-list at lists.ximian.com
>> Subject: Re: [Mono-list] Mono + Webcam (cross-platform solution)?
>>
>> Am 24.06.2010 06:35, schrieb davidlt:
>> > Hello,
>> >
>> > I am looking for some example of using Webcam via mono (still image
>> > capture
>> > and video stream). Solution should be cross-platform, at least working
>> > on
>> > Mac OS X and Windows with different cameras. I found some examples of C#
>> > under windows, but using DirectX, this not quite good me. Anyone tried
>> > to
>> > accomplish something like this already?
>> >
>> > Regards,
>> > david
>> >
>>
>> Hi,
>>
>> this isn't really for multimedia stuff I think, but there is one
>> solution provided by Emgu CV http://www.emgu.com (C# wrapper for
>> OpenCV). You can access the webcam and capture the video or only one
>> frame, but I don't know if it is really the solution you are looking for.
>>
>> Here is the example in the wiki:
>> http://www.emgu.com/wiki/index.php/Camera_Capture_in_7_lines_of_code
>> I have tested it under Arch Linux and it worked without any problems. I
>> captured the live stream and did some first effects to it, like those
>> effects in cheese from Gnome.
>>
>> Regards,
>> Daniel
>
> ________________________________
> Hotmail: Powerful Free email with security by Microsoft. Get it now.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>


More information about the Mono-list mailing list