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.

[DS90UB936]如何将寄存器配置成Color Bar YUV422 MIPI输出?



我在参考datasheet上,使用下面参数:

//AHD 720P 30
{0x33,0x01}, //# CSI0 enable

{0xB0,0x00}, //# Indirect Pattern Gen Registers
{0xB1,0x01}, //# PGEN_CTL
{0xB2,0x01},

{0xB1,0x02}, //# PGEN_CFG
{0xB2,0x33},

{0xB1,0x03}, //# PGEN_CSI_DI
{0xB2,0x24},

{0xB1,0x04}, //# PGEN_LINE_SIZE1
{0xB2,0x0F},

{0xB1,0x05}, //# PGEN_LINE_SIZE0
{0xB2,0x00},

{0xB1,0x06}, //# PGEN_BAR_SIZE1
{0xB2,0x01},

{0xB1,0x07}, //# PGEN_BAR_SIZE0
{0xB2,0xE0},

{0xB1,0x08}, //# PGEN_ACT_LPF1
{0xB2,0x02},

{0xB1,0x09}, //# PGEN_ACT_LPF0
{0xB2,0xD0},

{0xB1,0x0A}, //# PGEN_TOT_LPF1
{0xB2,0x04},

{0xB1,0x0B}, //# PGEN_TOT_LPF0
{0xB2,0x1A},

{0xB1,0x0C}, //# PGEN_LINE_PD1
{0xB2,0x0C},

{0xB1,0x0D}, //# PGEN_LINE_PD0
{0xB2,0x67},

{0xB1,0x0E}, //# PGEN_VBP
{0xB2,0x21},

{0xB1,0x0F}, //# PGEN_VFP
{0xB2,0x0A}

ARM端无法解析出正确的宽和高,无法获取到正确的图像。

请问寄存器配置的是否有遗漏?

谢谢