Hello,
When I worked with version 0.0.0 of libcamera in Bullseye, the RAW data from libcamera-apps seems to big Endian? and as I processed the uint16 RAW pixel data to generate float data it seems to produce reasonable numbers.
Now, I have upgraded to Bookworm with version 0.3.2 of libcamera, the RAW data from rpicam-apps seems changed to little Endian? and although I processed with the same algorithm, the float data also seems to be little Endian? I have to swap the Endianess to give reasonable data?
Can anyone confirm if this is the correct?
Thank you,
rolly
When I worked with version 0.0.0 of libcamera in Bullseye, the RAW data from libcamera-apps seems to big Endian? and as I processed the uint16 RAW pixel data to generate float data it seems to produce reasonable numbers.
Now, I have upgraded to Bookworm with version 0.3.2 of libcamera, the RAW data from rpicam-apps seems changed to little Endian? and although I processed with the same algorithm, the float data also seems to be little Endian? I have to swap the Endianess to give reasonable data?
Can anyone confirm if this is the correct?
Thank you,
rolly
Statistics: Posted by rollyng — Tue Jan 14, 2025 3:12 am