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

    CS-MIPI-SC132 got Internal data stream error on Xavier NX with Jetpack 5.1

    Scheduled Pinned Locked Moved CS MIPI camera
    3 Posts 2 Posters 1.4k 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.
    • R Offline
      ryanclark
      last edited by

      Hello, I have an xavier nx devkit with jetpack 5.1.
      The kernel driver (with .sig) and dtb were installed as the wiki instructed, and the cam was successfully detected:
      8b5e2381-42e1-44fb-bd18-a2d9c46de1f8-image.png
      When I was trying to test the cam with gstreamer, I got an Internal data stream error massage:

      Setting pipeline to PAUSED ...
      Pipeline is live and does not need PREROLL ...
      Setting pipeline to PLAYING ...
      New clock: GstSystemClock
      ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
      Additional debug info:
      gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
      streaming stopped, reason not-negotiated (-4)
      Execution ended after 0:00:01.283335950
      Setting pipeline to PAUSED ...
      Setting pipeline to READY ...
      Setting pipeline to NULL ...
      Freeing pipeline ...
      

      the command line I used was:

      gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, width=(int)1080, height=(int)1280" ! nvvidconv ! "video/x-raw(memory:NVMM),format=(string)UYVY" ! nvoverlaysink sync=false
      

      Can anyone help me this out? Thank you!

      R 1 Reply Last reply Reply Quote 0
      • R Offline
        ryanclark @ryanclark
        last edited by

        @ryanclark said in CS-MIPI-SC132 got Internal data stream error on Xavier NX with Jetpack 5.1:

        Hello, I have an xavier nx devkit with jetpack 5.1.
        The kernel driver (with .sig) and dtb were installed as the wiki instructed, and the cam was successfully detected:
        8b5e2381-42e1-44fb-bd18-a2d9c46de1f8-image.png
        When I was trying to test the cam with gstreamer, I got an Internal data stream error massage:

        Setting pipeline to PAUSED ...
        Pipeline is live and does not need PREROLL ...
        Setting pipeline to PLAYING ...
        New clock: GstSystemClock
        ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
        Additional debug info:
        gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
        streaming stopped, reason not-negotiated (-4)
        Execution ended after 0:00:01.283335950
        Setting pipeline to PAUSED ...
        Setting pipeline to READY ...
        Setting pipeline to NULL ...
        Freeing pipeline ...
        

        the command line I used was:

        gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, width=(int)1080, height=(int)1280" ! nvvidconv ! "video/x-raw(memory:NVMM),format=(string)UYVY" ! nvoverlaysink sync=false
        

        Can anyone help me this out? Thank you!

        I figured it out. It was my fault.
        The correct command line should be:

        gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY, width=(int)1280, height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM),format=(string)I420" ! nvoverlaysink sync=false
        
        veye_xummV 1 Reply Last reply Reply Quote 0
        • veye_xummV Offline
          veye_xumm @ryanclark
          last edited by

          @ryanclark

          You took care of it yourself. that's great!

          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