Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc

    SOLVED Veye MIPI imx462 Defaults

    VEYE MIPI camera
    2
    8
    231
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nimadibaj last edited by

      Hi,
      What is the default config of veye mipi 462 ?

      UYVU or YUYV ?
      25 fps or 30 fps ?

      HS mode and LP mode?

      Thanks.

      N 1 Reply Last reply Reply Quote 0
      • N
        nimadibaj @nimadibaj last edited by

        @nimadibaj

        We are analyzing the output signal. It seems that between each video line, the CSI-2 output from your module enters Low-Power (LP) mode, which causes the video stream to continuously drop in and out. The module is completely new, and we have not sent any I²C commands to it. It appears that the module should operate in High-Speed (HS) mode, but it does not.

        veye_xumm 1 Reply Last reply Reply Quote 0
        • veye_xumm
          veye_xumm @nimadibaj last edited by

          @nimadibaj
          UYVY 30fps

          @nimadibaj said in Veye MIPI imx462 Defaults:

          It seems that between each video line, the CSI-2 output from your module enters Low-Power (LP) mode, which causes the video stream to continuously drop in and out.

          This complies with the MIPI CSI-2 standard.

          N 1 Reply Last reply Reply Quote 0
          • N
            nimadibaj @veye_xumm last edited by

            @veye_xumm said in Veye MIPI imx462 Defaults:

            This complies with the MIPI CSI-2 standard.

            Yes, you are right. The output of this module is MIPI standard. But we want to change its output mode. The ISP chip used in this module is currently working in LP mode (discontinuous clock mode). We want to change its mode to HS (continuous clock mode). Just give us the corresponding I2C command.

            veye_xumm 1 Reply Last reply Reply Quote 0
            • veye_xumm
              veye_xumm @nimadibaj last edited by

              @nimadibaj
              Use the i2c_write command to change 0x000b to 0xff.

              N 1 Reply Last reply Reply Quote 0
              • N
                nimadibaj @veye_xumm last edited by

                @veye_xumm said in Veye MIPI imx462 Defaults:

                Use the i2c_write command to change 0x000b to 0xff.

                Sorry, I don't understand. I should write 0xff to this address : 0x000b.

                True ?

                veye_xumm 1 Reply Last reply Reply Quote 0
                • veye_xumm
                  veye_xumm @nimadibaj last edited by

                  @nimadibaj
                  I don't know which platform your motherboard is using, but if you have used the veye_mipi_i2c.sh script, there is an i2c_write file in that directory. You can use this file to modify the aforementioned registers.

                  N 1 Reply Last reply Reply Quote 0
                  • N
                    nimadibaj @veye_xumm last edited by

                    @veye_xumm

                    Hello my friend.
                    We are sending I2C commands via a FPGA.

                    1_ Writing 0xff to 0x000b solved our problem. Thank you. Please give us a command to save this change.

                    2_ We are trying to change video frame rate (now is 30fps and we need 25fps).
                    by these commands we cannot do this :
                    0x10 0xDE
                    0x11 0xC2
                    0x12 0x00
                    0x13 0x00
                    (sending Two byte, then sending next two byte and ... ).

                    Please guide me. Thanks a lot.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post