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.

DS90UB960-Q1EVM: SOC can not display the video when i set the camera to raw12

Part Number: DS90UB960-Q1EVM

Tool/software:

the am62a SOC can receive the camera MIPI CSI with below parameter:

raw10 1920*1080@30fps

but right now i have change the camera to other camera with below setting:
raw12 1920*1280@60fps. after i set the camera to this size. video can not work. gsteamer error>


here is the pattern that i have set in my project. change the register 0x03 to 0x2c to select 1920*1080@raw12 datatype. Can you help to check the pattern is correct or not.

By the way. Can you help to show me that if i want to change to raw12 1920*1280@60fps. how to set the register. thanks very much

0xb0,0x00,//select PATGEN page for indirect register access
0xb1,0x01,// select register address 0x01 on the PATGEN register page
0xb2,0x01,// enable pattern generator
0xb0,0x02,// # select PATGEN page for indirect register access. Auto increment register address after each read/write.
0xb1,0x01,// # select register address 0x01 on the PATGEN register page
0xb2,0x01,// # enable pattern generator
0xb2,0x33,//
0xb2,0x2C,//datatype 0x2A(RAW8)、0x2B(RAW10)、0x2C(RAW12)5;
0xb2,0x07,//
0xb2,0x80,//
0xb2,0x00,//
0xb2,0xf0,//
0xb2,0x04,//
0xb2,0x38,//
0xb2,0x04,//
0xb2,0x65,//
0xb2,0x0b,//
0xb2,0x93,//
0xb2,0x21,//
0xb2,0x0a,//