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

    MV-MIPI-130M throw V-by-one

    Scheduled Pinned Locked Moved Machine Vision camera
    6 Posts 2 Posters 3.2k 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.
    • D Offline
      Dan
      last edited by

      Hi, I am trying MV-MIPI-130M camera throw V-by-one kit and roc-rk3588s-pc. I use release v2.0 for rk3588s from github. If full resolution is used image stream not reacieved , and when roi is used image lines is sheefted to each other.
      The same kit with RAW-MIPI-SC132M works fine. I use gst-launch1.0 for tests. Is it any way to configure V-by-one kit for MV-MIPI-130M?

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

        @dan
        Please provide more details.

        What is the model of your motherboard?
        What image are you using?
        What commands did you use to invoke the image?

        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.)

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

          @veye_xumm
          Mothreboard is ROC-RK3588S-PC https://en.t-firefly.com/product/industry/rocrk3588spc
          Command for MV-MIPI-132M is gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=1024,format=GRAY8,framerate=20/1 ! videoconvert ! xvimagesink
          Command fot RAW-MIPI-SC132M is gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1024,height=1280,format=GRAY8,framerate=20/1 ! videoconvert ! xvimagesink
          Image pixel size is 8 bit, max aviable resolution for sensor is used

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

            @dan said in MV-MIPI-130M throw V-by-one:

            gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=1024,format=GRAY8,framerate=20/1 ! videoconvert ! xvimagesink

            Please use this script for MV-MIPI-SC130M

            export I2C_BUS=7
            export WIDTH=1280
            export HEIGHT=1024
            export FPS=108
            
            media-ctl -d /dev/media0 --set-v4l2 '"m00_b_mvcam '"$I2C_BUS"'-003b":0[fmt:Y8_1X8/'"$WIDTH"'x'"$HEIGHT"'@1/'"$FPS"']'
            gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=1024,format=GRAY8,framerate=20/1 ! videoconvert ! xvimagesink
            

            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.)

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

              @veye_xumm Hi,
              I have used your script and got the same result, the Image is wrong for MV-MIPI-SC130M - low framerate, image is concatinated from parts of 2 diffrent frames.
              If resolution 720x512 is used, image framerate is good, but rows are sheefted reletive to each other

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

                @dan
                Please try this image.

                export I2C_BUS=7
                export WIDTH=1280
                export HEIGHT=1024
                export FPS=108
                
                media-ctl -d /dev/media0 --set-v4l2 '"m00_b_mvcam '"$I2C_BUS"'-003b":0[fmt:Y8_1X8/'"$WIDTH"'x'"$HEIGHT"'@1/'"$FPS"']'
                
                v4l2-ctl -d /dev/video0 --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=GREY --stream-mmap --stream-count=-1 --stream-to=/dev/null
                
                

                93427bda-d9b6-4263-be24-30aac77b3df5-image.png

                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