carina-studio / PixelViewer

A cross-platform image viewer which supports reading raw Luminance/YUV/RGB/ARGB/Bayer pixels data from file and rendering it.
https://carina-studio.github.io/PixelViewer/
MIT License
225 stars 36 forks source link

Can you help support the 14-bit MIPI format? #15

Closed Air2018 closed 3 months ago

hamster620 commented 3 months ago

@Air2018 Is there any sample image with 14-bit MIPI so that I can verify the result? Thanks.

Air2018 commented 3 months ago

IMG_w[4096]_h[3072]_stride[7168]_scanline[3072].RAWMIPI14.zip

@Air2018 Is there any sample image with 14-bit MIPI so that I can verify the result? Thanks.

I have uploaded a sample image with 14-bit MIPI. Thanks

hamster620 commented 3 months ago

@Air2018 Bayer pattern (14-bit MIPI) format is now supported in 3.1.0.326-preview. Please enable Accept non-stable application update in the application options dialog then you can upgrade to 3.1.0.326-preview.

截圖 2024-03-25 晚上8 49 03
Air2018 commented 3 months ago

Thanks very much