SOLVED 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?
-
@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