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.

dm8127 camera采集测试 怎么关闭camera所有的帧处理



我想实现在fpga发全0xff, 在camer采集抓raw来测试看是不是0xff, 发现抓到的是01eb, 然后我关掉了:

cameraPrm.t2aConfig.n2A_vendor = 0;//UI_AEWB_ID_TI;
cameraPrm.t2aConfig.n2A_mode = 0;//UI_AEWB_AEWB;

之后, 再抓发现是0x0f57.

疑问: camera端是不是还有其他地方对raw处理了?