iMX8M Plus mxc-isi-m2m video0

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

iMX8M Plus mxc-isi-m2m video0

1,908 次查看
khang_letruong
Senior Contributor III

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

 

 

0 项奖励
回复
3 回复数

1,894 次查看
joanxie
NXP TechSupport
NXP TechSupport

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";
	};

you can find imx8mp can support isi-m2m or isi-cap, if you disable the isi-m2m, can connect the camera to the isi-cap

 

0 项奖励
回复

1,892 次查看
khang_letruong
Senior Contributor III

Thanks @joanxie for the pointing out. But I would like to know the difference btw the two devices : m2m vs cap. Which one is better in term of perf. if any ?

Best regard,

Khang

标记 (1)
0 项奖励
回复

1,858 次查看
joanxie
NXP TechSupport
NXP TechSupport
0 项奖励
回复