I have done detecting dual camera on my CM3 IO board.
I'm trying to use that two cameras but I'm wondering .."The Compute Module's pin_config section needs the second camera's LED and power enable pins configured" and "In the Compute Module's pin_defines section of the dts file, change the NUM_CAMERAS parameter to 2 and add the following:" How to do that...?
I thing I should write on somewhere..but i don't know which file I should write on
"pin@p31 { function = "output"; termination = "no_pulling"; };" and
"pin_define@CAMERA_1_LED { type = "internal"; number = <30>; };
pin_define@CAMERA_1_SHUTDOWN { type = "internal"; number = <31>; };
pin_define@CAMERA_1_UNICAM_PORT { type = "internal"; number = <0>; };
pin_define@CAMERA_1_I2C_PORT { type = "internal"; number = <0>; };
pin_define@CAMERA_1_SDA_PIN { type = "internal"; number = <28>; };
pin_define@CAMERA_1_SCL_PIN { type = "internal"; number = <29>; };"
I read this https://www.raspberrypi.org/documentati ... -camera.md
