Skip to content

vee2xx/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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%