Skip to content

ArvinDelavari/MJPEG-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MJPEG-Decoder

MJPEG Class for TFT LCDs Arduino/STM32/ESP32

  • Compatible with Adafruit_GFX, Arduino_GFX and TFT_eSPI
  • You can read .mjpeg files from SD card and display them on LCD
  • Using MJPEG is more efficient than displaying frames in JPEG seperatly on TFT LCD
  • Delay in in this decoding is reduced form 160/170ms in JPEG Decoder libraries to less than 80ms
  • Original JPEG Decoder : https://github.com/Bodmer/TJpg_Decoder
  • Original GIF Decoder : https://github.com/bitbank2/AnimatedGIF
  • include this .h file in the main code to use the class

Releases

No releases published

Packages

No packages published

Languages