Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

Sponsor this project

Packages

Used by

Contributors

Languages