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?