Skip to content

Zoomicon/MjpegDecoder

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:

About

MJPEG Decoder (UWP)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors 2

  •  
  •  

Languages