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.
Can anyone help me how to generate color bar from 953, the video output format is 1920X1280 RAW12 30fps, thank you.
您好,数据手册中给出的是1080p30fs,RGB888的pattern的寄存器配置,可以参考一下。如果按照您的要求,1920X1280 RAW12 30fps,可以将对应的寄存器进行修改,即dtasheet中7.6.3中介绍的,数据类型RAW12, frame rate (30fps),number of active/total lines per frame. 这些可以通过视频源的spec中查到。比如1920为有效水平w像素,它的total 水平像素点为2250.这些都会在视频源的spec中给出。
其次就是需要修改数据类型,RGB888数据类型,应配置为0x24,如果是RAW12, 则为0X2C。