Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.0
Description
In automotive industry often used camera sensors producing image/video data in Bayer formats (Hyundai, Kia... https://www.mdpi.com/1424-8220/21/2/653/htm).
There is a number of ways to store such data. The most preferable way is to keep the data unchanged in a lossless format supported by modern media players.
For instance, the data can be packed to AVI files using one of these codecs (fourCC): BGGR, BYR2, CFHD (CineForm), etc.
Qt Multimedia doesn't support any of these formats and such video files can't be played without decoding and encoding them to supported formats.
CineForm samples can be created in VirtualDub2; BGGR and BYR2 are 8bpc and 16bpc uncompressed raw formats