STM32 OV2640 Versions Save

Probably the best library for OV2640 camera on STM32 platform

V3.0.1

3 years ago

🚀 Features

JPEG file decoding

JPEG file Encoding

JPEG Image Compression using scale from 0 to 100 percentage

Converting RGB color palete to grayscale

V2.1.0

3 years ago

🚀 Improvements

Data buffer returns only JPEG file.

🐛 Bug Fixes

Problem with DCMI hardware crashing has been resolved. From now on, all resolutions should work without any problems.

v2.0.0

3 years ago

🚀 Improvements

Support for new resolutions such as:

  • 160X120
  • 320X240
  • 640X480
  • 800x600
  • 1024x768
  • 1280x960 Added support for extra special effects such as: brightness, saturation, contrast, light mode, and special effect such as: antique, bluish, greenish, reddish, black & white style, negative, Negative with black & white style and normal view.

Code optimization, now requires 10 times less space in buffer than before!

🐛 Bug Fixes

Improved code debugging, corrected DMA settings for DCMI.

📚 Documentation

Added code documentation.