Navigation

    VEYE IMAGING Forum

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

    carrot

    @carrot

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Email carrot.hat@gmail.com

    carrot Follow

    Latest posts made by carrot

    • Can't select 25Hz framerate on MIPI IMX462

      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?

      posted in VEYE MIPI camera
      C
      carrot