Navigation

    VEYE IMAGING Forum

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

    SOLVED Camera menu appears on VEYE-MIPI-IMX327S

    VEYE MIPI camera
    2
    15
    1423
    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.
    • D
      Dan_LionKing last edited by

      Hello.

      Already on two copies of the camera VEYE-MIPI-IMX327S, a menu appears:
      photo_2021-09-10_10-11-32.jpg

      photo_2021-09-10_10-12-24.jpg

      The menu cursor moves spontaneously...

      What it is?

      How do I prevent the menu from appearing?

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

        @dan_lionking
        Hi,
        The data on the I2C bus causes a false trigger.
        I guess you use Raspberry Pi and an MIPI DSI-2 screen, right?

        http://wiki.veye.cc/index.php/RaspberryPI_I2C_confilct_problem

        Please refer to this.

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

          @veye_xumm

          We do not use MIPI DSI-2 screen. The camera is connected to Raspberry Pi 4 and Raspberry Zero.

          The menu appears randomly

          D 1 Reply Last reply Reply Quote 0
          • D
            Dan_LionKing @Dan_LionKing last edited by Dan_LionKing

            After sending the command:
            ./i2c_write $I2C_DEV $I2C_ADDR 0x07 0xFF

            Camera OSD will be removed?
            Will camera control by i2c be restored after turning the camera power on and off?

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

              @dan_lionking

              @dan_lionking said in Camera menu appears on VEYE-MIPI-IMX327S:

              ./i2c_write $I2C_DEV $I2C_ADDR 0x07 0xFF
              Camera OSD will be removed?

              This command will disable the access function to the isp module. This step can be executed after the veye_mipi_i2c.sh operation. It should then solve your problem.

              Will camera control by i2c be restored after turning the camera power on and off?

              Yes

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

                @veye_xumm

                What commands must be sent to the camera manually for this menu to appear?

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

                  @dan_lionking
                  Sorry, the opening of this menu is not a normal operation and the related commands are not available to customers.
                  We provide scripts that perform similar functions as menu.

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

                    @veye_xumm

                    Ok. We need to control the parameters of the camera. We cannot disable the management interface. There are no wires in the system for using another interface.

                    What commands must be sent to the camera manually for this menu to disappear?

                    veye_xumm 2 Replies Last reply Reply Quote 0
                    • veye_xumm
                      veye_xumm @Dan_LionKing last edited by

                      @dan_lionking
                      Please try this:
                      Add the bellowing line to the end of veye_mipi_i2c.sh

                      ./i2c_write $I2C_DEV $I2C_ADDR  0x07 0xFF&> /dev/null;
                      

                      I think this will solve your problem.

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

                        @dan_lionking This question has been asked for a long time and the status has not been updated. I will mark the status as solved, so you can follow up again if needed, or just open the question.

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

                          @veye_xumm unsolved

                          Hello.

                          ./i2c_write $I2C_DEV $I2C_ADDR  0x07 0xFF&> /dev/null;
                          

                          disables the camera i2c interface, but does not remove the menu. We fixed the software, but after turning on the camera, the menu still appears in the picture. At the same time, the picture from the camera turned over. Turning off the power of the camera does not correct the situation...

                          We need a command that will remove the menu from the image...

                          Do You have my email address...

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

                            @dan_lionking
                            In the i2c_tools directory, the following command can be executed to close the menu.

                            ./i2c_write 10 0x3b 0x0010 0xDE  
                            ./i2c_write 10 0x3b 0x0011 0x0B  
                            ./i2c_write 10 0x3b 0x0012 0x02 
                            ./i2c_write 10 0x3b 0x0013 0x00  
                            

                            The CSI-2 DSI-2 of Raspberry Pi and the I2C of HAT board are connected together, do you use HAT board?

                            Since the Raspberry Pi's MIPI CSI-2 i2c is connected to the DSI and HAT interface (40pin 27 28). The GPU side will have access to the device. And our camera is accessed through the CPU side. There will be problems with concurrency causing errors.
                            We suggest you to refer to this article.
                            http://wiki.veye.cc/index.php/RaspberryPI_I2C_confilct_problem

                            I don't know your email, mine is xumm#csoneplus.com

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

                              @veye_xumm

                              Thanks, let's check the commands.

                              Our system does not use the DSI interface.

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                Dan_LionKing @Dan_LionKing last edited by

                                @dan_lionking

                                Sequential execution of commands causes the on-screen display to disappear.

                                Thanks.

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

                                  @dan_lionking
                                  You are welcome.

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