CameraViewEx v3.5.5-alpha Release Notes
Release Date: 2019-08-24 // over 5 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.
- ๐ Use requested
output format
instead ofImageReader::class
to fetch list of supported output sizes fromStreamConfigurationMap
. This was a bug as when fetching this list using ImageReader class, it only returns list forImageFormat.PRIVATE
which might be different than actual output format.