CameraViewEx v3.5.5-alpha Release Notes

Release Date: 2019-08-24 // over 4 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix empty data for RGBA_8888 output type
    • ๐Ÿ›  Fix incorrect output format for continuous frames mode

Previous changes from v3.5.4-alpha

    • ๐Ÿ‘Œ Improve size fallback mechanism for continuous frame and single capture modes.
      • Check this and this doc for more info about the size selection mechanism
    • ๐Ÿ‘‰ Use requested output format instead of ImageReader::class to fetch list of supported output sizes from StreamConfigurationMap. This was a bug as when fetching this list using ImageReader class, it only returns list for ImageFormat.PRIVATE which might be different than actual output format.