- From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Date: Tue, 14 Apr 2015 06:44:01 +1000
- To: Harald Alvestrand <harald@alvestrand.no>
- Cc: public-media-capture@w3.org
Received on Monday, 13 April 2015 20:44:29 UTC
On 14 Apr 2015 02:13, "Harald Alvestrand" <harald@alvestrand.no> wrote: > > On 04/13/2015 06:02 PM, Garrett Smith wrote: >> >> How can you apply a filter chain for video capture to a VIDEO element's src? > > > Not using this API, that's for sure. > > We don't even have the concept of a video filter. A spec for such a concept could be written (in some ways a MediaRecorder looks a bit like a video filter), but it doesn't need to be part of this spec. > Video filters are being written using the canvas api these days. You capture frames into the canvas and then can do whatever you like with the pixels. This can also be done with live video. Is that not sufficient? What is the use case? Cheers, Silvia.
Received on Monday, 13 April 2015 20:44:29 UTC