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

    Can't select 25Hz framerate on MIPI IMX462

    Scheduled Pinned Locked Moved VEYE MIPI camera
    2 Posts 2 Posters 628 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.
    • C Offline
      carrot
      last edited by

      Hello! I'm trying to change framerate of camera to 25Hz. (Camera connected to Orin NX)

      misha@ubuntu:~$ cd /home/misha/nvidia_jetson_veye_bsp/i2c_cmd/bin/ && sudo ./veye_mipi_i2c.sh -w -f videoformat -b                                    10 -p1 PAL
      w videoformat is PAL
      misha@ubuntu:~/nvidia_jetson_veye_bsp/i2c_cmd/bin$ sudo ./veye_mipi_i2c.sh -r -f videoformat -b 10
      r Video Format is PAL(50Hz)
      misha@ubuntu:~/nvidia_jetson_veye_bsp/i2c_cmd/bin$ gst-launch-1.0 -v nvv4l2camerasrc ! fakesink
      Setting pipeline to PAUSED ...
      Pipeline is live and does not need PREROLL ...
      Setting pipeline to PLAYING ...
      New clock: GstSystemClock
      /GstPipeline:pipeline0/GstNvV4l2CameraSrc:nvv4l2camerasrc0.GstPad:src: caps = video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)UYVY, interlace-mode=(string)progressive, framerate=(fraction)30/1
      /GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)UYVY, interlace-mode=(string)progressive, framerate=(fraction)30/1
      ^Chandling interrupt.
      Interrupt: Stopping pipeline ...
      Execution ended after 0:00:04.646228279
      Setting pipeline to NULL ...
      Freeing pipeline ...
      

      But, when I try to make gstreamer pipeline it shows

      framerate=(fraction)30/1
      

      What I'm doing wrong?

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

        @carrot said in Can't select 25Hz framerate on MIPI IMX462:

        Please try this:

        sudo ./veye_mipi_i2c.sh -w -f videoformat -p1 PAL -b 9  
        gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! "video/x-raw(memory:NVMM),format=(string)UYVY,width=(int)1920,height=(int)1080" ! nvvidconv ! "video/x-raw(memory:NVMM),format=(string)I420" ! fpsdisplaysink video-sink=fakesink -v
        

        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