VEYE IMAGING Forum
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    • Register
    • Login

    saturation, contrast, shutter speed, iso on VEYE-MIPI-462

    Scheduled Pinned Locked Moved VEYE MIPI camera
    28 Posts 2 Posters 10.5k Views 1 Watching
    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.
    • W Offline
      watchever
      last edited by

      @veye_xumm,
      Ok I am going to implement this in C language.
      However do you know if there is a guide regarding the registers of the VEYE module on I2C, possible values and what they are doing.

      I see that there are common steps to set value using registers 0x10, 0x11, 0x12, 0x13, but not clear for me.

      Thanks for your help

      1 Reply Last reply Reply Quote 0
      • W Offline
        watchever
        last edited by

        And you confirm that this shell script works with the VEYE-MIPI-IMX462 module ?

        veye_xummV 1 Reply Last reply Reply Quote 0
        • veye_xummV Offline
          veye_xumm @watchever
          last edited by

          @watchever

          And you confirm that this shell script works with the VEYE-MIPI-IMX462 module ?

          yes.

          Questions will be answered as soon as possible, please be patient.
          如果你使用中文,请直接用中文提问。
          May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

          1 Reply Last reply Reply Quote 0
          • W Offline
            watchever
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • W Offline
              watchever
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • W Offline
                watchever
                last edited by

                @veye_xumm, I see lot of methods in RaspiCamControl.c file that seem to control contrast (raspicamcontrol_set_contrast), saturation and lot of others parameters for the camera.
                Can I use them to set VEYE_MIPI_IMX462 parameters rather than using I2C shell scripts ? It would be more convenient.

                Thanks for your help

                veye_xummV 1 Reply Last reply Reply Quote 0
                • veye_xummV Offline
                  veye_xumm @watchever
                  last edited by

                  @watchever said in saturation, contrast, shutter speed, iso on VEYE-MIPI-462:

                  RaspiCamControl

                  Hi,
                  I think it could not work.
                  RaspiCamControl.c control the isp moudle inside RPI, while VEYE camera use ISP outside RPI.

                  Questions will be answered as soon as possible, please be patient.
                  如果你使用中文,请直接用中文提问。
                  May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                  1 Reply Last reply Reply Quote 0
                  • W Offline
                    watchever
                    last edited by

                    Thanks for your reply. Can you also tell me if you have some help regarding the I2C registers of the camera. The VEYE shell script is well documented for value of register 0x12 but nothing about 0x10, 0x11 and 0x13 registers and values.

                    veye_xummV 1 Reply Last reply Reply Quote 0
                    • veye_xummV Offline
                      veye_xumm @watchever
                      last edited by

                      @watchever
                      There are multiple modules inside the camera, and these registers are set to access multiple modules through an i2C address.
                      Customers need to strictly follow the function of the shell script to access a full function.

                      Questions will be answered as soon as possible, please be patient.
                      如果你使用中文,请直接用中文提问。
                      May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                      1 Reply Last reply Reply Quote 0
                      • W Offline
                        watchever
                        last edited by

                        Sorry again for all this questions and thanks a lot for your great help. My last question is regarding the picture format. Is RGB format available ?
                        I add a IMAGE_ENCODING_RGB FOURCC('R', 'G', 'B', '') in D_mipicam.h . So if I create an IMAGE_FORMAT with this value for encoding member, will it be enough ?

                        veye_xummV 1 Reply Last reply Reply Quote 0
                        • veye_xummV Offline
                          veye_xumm @watchever
                          last edited by

                          @watchever

                          @watchever said in saturation, contrast, shutter speed, iso on VEYE-MIPI-462:

                          Is RGB format available ?

                          NO.
                          This camera module support YUV422(VYUY or YUYV) only.

                          Questions will be answered as soon as possible, please be patient.
                          如果你使用中文,请直接用中文提问。
                          May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                          1 Reply Last reply Reply Quote 0
                          • W Offline
                            watchever
                            last edited by

                            And Yuv420 of course ?

                            veye_xummV 1 Reply Last reply Reply Quote 0
                            • veye_xummV Offline
                              veye_xumm @watchever
                              last edited by

                              @watchever said in saturation, contrast, shutter speed, iso on VEYE-MIPI-462:

                              Yuv420 of course ?

                              no,just yuv422

                              Questions will be answered as soon as possible, please be patient.
                              如果你使用中文,请直接用中文提问。
                              May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                              1 Reply Last reply Reply Quote 0
                              • W Offline
                                watchever
                                last edited by

                                Btw I can capture I420 and JPEG images with my VEYE IMX462 module and it works fine.

                                veye_xummV 1 Reply Last reply Reply Quote 0
                                • veye_xummV Offline
                                  veye_xumm @watchever
                                  last edited by

                                  @watchever
                                  These are software functions.

                                  Questions will be answered as soon as possible, please be patient.
                                  如果你使用中文,请直接用中文提问。
                                  May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                                  1 Reply Last reply Reply Quote 0
                                  • W Offline
                                    watchever
                                    last edited by

                                    @veye_xumm said in saturation, contrast, shutter speed, iso on VEYE-MIPI-462:

                                    YUV422(VYUY or YUYV)

                                    Just one more question regarding this format, how can I know that it is VYUY or YUYV. It is important because I want to convert to RGB and the converting algo is not the same.
                                    I you ever have a python piece of code to convert the buffer.as_array returned numpy array to RGB numpy array it would be a great great help for me !!

                                    Thanks

                                    veye_xummV 1 Reply Last reply Reply Quote 0
                                    • veye_xummV Offline
                                      veye_xumm @watchever
                                      last edited by

                                      @watchever
                                      For yuv ,
                                      http://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/#yuvseq

                                      And I'm sorry , can not provide you such python code now.

                                      Questions will be answered as soon as possible, please be patient.
                                      如果你使用中文,请直接用中文提问。
                                      May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                                      1 Reply Last reply Reply Quote 0

                                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                      With your input, this post could be even better 💗

                                      Register Login
                                      • First post
                                        Last post