Hi Experts,
Usually I see that mxc-isi-m2m device is mounted under /dev/video0 but I don't know what purpose it is for. I then disable it in my system so that the physical cameras appear from index 0. Could anyone clarify the use of that device and what could be the consequence in case it is disabled, please?
Thanks in advance,
Khang
refer to the dts file:
&isi_0 { status = "okay"; cap_device { status = "okay"; }; m2m_device { status = "okay"; }; }; &isi_1 { status = "disabled"; cap_device { status = "okay"; };
for the difference, you can refer to their driver:
you can enable one of them and tested on your case to check