Add support for MJPEG to FakeVideoCaptureDevice |
||||
Issue descriptionFakeVideoCaptureDevice is used for testing video capture code without depending on an actual device. It generates frames and currently outputs them in the I420 format. Many actual capture devices deliver their video in MJPEG format. To enable testing the code paths for those scenarios it would be useful to have FakeVideoCaptureDevice be configurable to output MJPEG instead of I420.
,
Sep 9 2016
,
Sep 9 2016
,
Mar 15 2017
This work has been completed, see https://codereview.chromium.org/2721633006/ |
||||
►
Sign in to add a comment |
||||
Comment 1 by mcasas@chromium.org
, Sep 9 2016