/MjpegDecoder

MJPEG Decoder (UWP)

Primary LanguageC#MIT LicenseMIT

MjpegDecoder

MJPEG decoder client library for the Universal Windows Platform (UWP)

combining code from:

with the following enhancement:

  • event also provides BitmapImage and SoftwareImage apart from IBuffer

If you use an async FrameReady event handler, get the image with BitmapImage img = await e.GetBitmapImage(); SoftwareBitmap img = await e.GetSoftwareBitmap();

If you use a non-async FrameReady event handler, get the image with BitmapImage img = e.BitmapImage; SoftwareBitmap img = e.SoftwareBitmap;

Test URLs: