Re: PROPOSAL: Simple image capture API

On 03/24/2012 05:50 PM, Bryan Sullivan wrote:
> Harald, FYI
>
> To get your example to work, I had to replace:
>
>           video.src = webkitURL.createObjectURL(s);
>
> With
>
>           video.src = webkitURL.createObjectURL(stream);

Sorry 'bout that - was cleaning up the script after having pasted it 
into the mail, and did not run it before hitting "send".

BTW, I do agree that the redirection via a video tag before getting to 
the canvas is crufty.

Received on Sunday, 25 March 2012 20:14:45 UTC