How does raw12 align 16 bits

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
XuWa_4652391
Level 2
Level 2
First like given Welcome!

Hi team,

i am woring on cx3 with a raw12 tof sensor. I want know how does raw12 align 16 bits. The pixel looks high side align four 0, can i modify it to add 0 to low side?

0 Likes
1 Solution

Hi,

Any way can modify byte order to Little Endian?

>> We cannot change the padding of additional bits to LSB (4 bits)

Regards,

Rashi

Regards,
Rashi

View solution in original post

0 Likes
3 Replies
Rashi_Vatsa
Moderator
Moderator
Moderator
5 likes given 500 solutions authored 1000 replies posted

Hello,

The padding of additional bits will be done to the MSB (4 bits). We cant modify it for sending the padded bits to LSB (4 bits). You can try packing the pixels instead.

Please refer to this KBA Streaming RAW10 Format Input Data to 16/24-bit Output Format in CX3 MIPI CSI-2 - KBA224387 which mentions about padding and packing of RAW 10 to 16 bits. Similarly, you can modifications to the firmware for RAW12.

Please let me know if any queries on this

Regards,

Rashi

Regards,
Rashi
0 Likes

Hi RashiV_61

Thanks for your reply. Any way can modify byte order to Little Endian?

0 Likes

Hi,

Any way can modify byte order to Little Endian?

>> We cannot change the padding of additional bits to LSB (4 bits)

Regards,

Rashi

Regards,
Rashi
0 Likes