gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Extensions: only for ActionScript?


From: strk
Subject: Re: [Gnash-dev] Extensions: only for ActionScript?
Date: Mon, 5 Mar 2007 23:50:42 +0100

On Mon, Mar 05, 2007 at 11:23:19PM +0100, Udo Giacomozzi wrote:
> Hello Rob,
> 
> Monday, March 5, 2007, 11:02:42 PM, you wrote:
> RS>   Actually you can do this in standard Flash. There are Camera and
> RS> Microphone classes that can be used for input.
> 
> Right! Never used them, though. I had a quick look at how it works:
> 
>   Webcam = Camera.get();
>   myVideo.attachVideo(Webcam);
> 
> So I just need to "simulate" a webcam and everything is fine. :)
> 
> I have no clue how webcams are implemented/accessed under Linux and
> how Camera.get() should be implemented in Gnash, though.

I guess Camera.get() would simply return the Camera singleton object,
or undefined if there's no Camera suppor on the system.
As for linux access I'd bet on video4linux (/dev/video#).

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]