<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can&#x27;t select 25Hz framerate on MIPI IMX462]]></title><description><![CDATA[<p dir="auto">Hello! I'm trying to change framerate of camera to 25Hz. (Camera connected to Orin NX)</p>
<pre><code>misha@ubuntu:~$ cd /home/misha/nvidia_jetson_veye_bsp/i2c_cmd/bin/ &amp;&amp; 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 ...
</code></pre>
<p dir="auto">But, when I try to make gstreamer pipeline it shows</p>
<pre><code>framerate=(fraction)30/1
</code></pre>
<p dir="auto">What I'm doing wrong?</p>
]]></description><link>http://forum.veye.cc/topic/630/can-t-select-25hz-framerate-on-mipi-imx462</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 10:56:48 GMT</lastBuildDate><atom:link href="http://forum.veye.cc/topic/630.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Aug 2024 08:55:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t select 25Hz framerate on MIPI IMX462 on Sun, 04 Aug 2024 04:20:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/carrot" aria-label="Profile: carrot">@<bdi>carrot</bdi></a> said in <a href="/post/4338">Can't select 25Hz framerate on MIPI IMX462</a>:</p>
<p dir="auto">Please try this:</p>
<pre><code>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
</code></pre>
]]></description><link>http://forum.veye.cc/post/4340</link><guid isPermaLink="true">http://forum.veye.cc/post/4340</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Sun, 04 Aug 2024 04:20:09 GMT</pubDate></item></channel></rss>