Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. ryanclark
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    Posts made by ryanclark

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

      @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
      
      posted in CS MIPI camera
      R
      ryanclark
    • 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!

      posted in CS MIPI camera
      R
      ryanclark