This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB953-Q1: Pattern Generator in RAW12 Mode

Part Number: DS90UB953-Q1

Hi Team, 

I try to run the pattern generator. I need the RAW12 mode. In the datasheet the only information I have is:

Is there anywhere a better explanation about this field?

According to examples I need the data 0x2C for RAW12 CSI2.0. Is that right? Can you check my registers:

Resolution: 1920x1280, FP:8, BP:8, Sync: 2

WriteI2C(0xB0, 0x0);
WriteI2C(0xB1, 0x1);
WriteI2C(0xB2, 0x1);
WriteI2C(0xB1, 0x2);
WriteI2C(0xB2, 0x33);
WriteI2C(0xB1, 0x3);
WriteI2C(0xB2, 0x2C);
WriteI2C(0xB1, 0x4);
WriteI2C(0xB2, 0x0B);
WriteI2C(0xB1, 0x5);
WriteI2C(0xB2, 0x40);
WriteI2C(0xB1, 0x6);
WriteI2C(0xB2, 0x01);
WriteI2C(0xB1, 0x7);
WriteI2C(0xB2, 0x68);
WriteI2C(0xB1, 0x8);
WriteI2C(0xB2, 0x05);
WriteI2C(0xB1, 0x9);
WriteI2C(0xB2, 0x00);
WriteI2C(0xB1, 0x0A);
WriteI2C(0xB2, 0x05);
WriteI2C(0xB1, 0x0B);
WriteI2C(0xB2, 0x12);
WriteI2C(0xB1, 0x0C);
WriteI2C(0xB2, 0xA);
WriteI2C(0xB1, 0x0D);
WriteI2C(0xB2, 0x08);
WriteI2C(0xB1, 0x0E);
WriteI2C(0xB2, 0x8);
WriteI2C(0xB1, 0x0F);
WriteI2C(0xB2, 0x8);

Thanks.

Best Regards,

Mark