Skip to main content
Visitor II
November 21, 2025
Question

2nd Camera for NUCLEO-N657X0-Q

  • November 21, 2025
  • 1 reply
  • 167 views

Hello!
I have NUCLEO-N657X0-Q development kit and two camera modules: B-CAMS-IMX and B-CAMS-OMV.

According to the chip documentation, it is possible to connect two cameras by using CSI-2 as the primary interface and DCMI as the auxiliary interface. However, in the example projects for the N6 series, I only see implementations for working with a single camera connected via CSI-2.

 

1. Is it possible to implement such a dual-camera setup within a single project?
2. Are there any code examples available that demonstrate how to connect both cameras (one via CSI-2 and the other via DCMI)?
3. If no such example exists for dual-camera setups, are there at least examples showing how to connect a single camera via DCMI to an N6-series chip?

 

Any guidance or resources would be greatly appreciated!

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 21, 2025
    avburmelAuthor
    Visitor II
    November 21, 2025

    Hello!

    Yes, I have seen these examples.
    The readme says they are with the OV5640 camera, but I don't see any libraries for it in the project.
    I see libraries for the camera sensor IMX335, which is connected via CSI_DCMIPP (not the usual parallel DCMI).