You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We have an application where it is easier to connect a single camera to our mipi port 1 instead of 0. Is that configuration supported? If I use the defines accordingly in the dtsi file, I get a camera that is detected correctly in dmesg, but no video0 or video1 device in /dev/. Using a dtsi configuration where both (identical) cameras are active works, but throws warnings : [ 5.547274] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10, which is expected as that camera isn't plugged in.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hi,
at the moment, I just accept the warning as it is... One workaround is possibly to reassign the MIPI lanes in dtsi files, but I don't think it's worth it...
Hello,
We have an application where it is easier to connect a single camera to our mipi port 1 instead of 0. Is that configuration supported? If I use the defines accordingly in the dtsi file, I get a camera that is detected correctly in dmesg, but no
video0
orvideo1
device in/dev/
. Using a dtsi configuration where both (identical) cameras are active works, but throws warnings :[ 5.547274] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
, which is expected as that camera isn't plugged in.Thank you for your help.
The text was updated successfully, but these errors were encountered: