I am using rgb camera on imx6q.
I am getting "ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0".
Could you please help us & give idea to debug this issue.
The camera interface is mipi & connected to CSI1 & ipu0.
Do you support RGB888 format camera?
Hi,
On i.MX6 you can support RGB888 but you need external glue (FPGA/CPLD) to split each transfer in 2 as RGB888 is not supported by the interface natively (RGB565 max, or YUV 20bit max).
regards,
Vincent
thanks!
LVDS camera 转mipi芯片完成。
输出1280x480 30fps RGB888 数据
按照文档检查问题:
mipi camera选择IPU0 & CIS1,需要将mipi-csi2 virtual channel配置为1.默认是配置的是0
MIPI_CSI_PHY_STATE的值为0x300和0x330
MIPI_CSI_ERR1/2 的为0
无任何报错。
IPU相关寄存器也有查看,设置的没问题
一直是ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0
问下:
平台是支持RGB888数据格式camera,请问代码上有支持吗?还是需要相关patch ?