Re: Questions about the MediaStream Image Capture API proposal

OK thanks Adam.

So would .onloadeddata be a better way to repeat calls to getFrame() or 
is it really just via setTimeout/setInterval?

roBman


On 30/05/13 18:06, Adam Bergkvist wrote:
> On 2013-05-30 09:18, Rob Manson wrote:
>> Thanks Stefan.
>>
>> Hopefully this will include some looping mechanism for stream processing
>> like frameGrabber() sounded like it was intended to be 8)
>
> On a working group call, we came to the conclusion that the frame
> grabber API (periodic grabs) didn't add anything you couldn't easily do
> with getFrame() and JavaScript timers (setTimeout/setInterval). That's
> why it's gone.
>
> /Adam
>
>
>

Received on Thursday, 30 May 2013 08:48:08 UTC