<?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[Unitv2 video framerates]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/5046/m5stack-unitv2-apriltag-how-fast-can-read-fps">M5Stack UnitV2 apriltag: how fast can read? FPS?</a></p>
<p dir="auto">Not sure about apriltags. But video recording to sdcard with ffmpeg runs at the following speeds:</p>
<p dir="auto">framerates:</p>
<ul>
<li>30fps @ 640x480</li>
<li>20fps @ 1280x720</li>
<li>9fps @ 1920x1080</li>
</ul>
<p dir="auto">video only:<br />
ffmpeg -f v4l2 -i /dev/video0 -c:v mpeg4 -s 640x480 output4.mp4</p>
<p dir="auto">with audio like:<br />
ffmpeg -f v4l2 -i /dev/video0  -f alsa -i default -c:v mpeg4 -s 640x480 -c:a aac -ar 44100 -ac 2 -b:a 192k output-x.mp4</p>
<p dir="auto">h264 and vp8 should be present, but don't work.</p>
<p dir="auto">Note: the cameras of Unitv2 and UnitV2-M12 are quite different and the latter (M12) has MUCH higher quality! It's not only the lens, also the sensor.</p>
<p dir="auto">See more at our <a href="https://github.com/CodeforKarlsruhe/kikaefer/blob/main/docs/unitv2.md" target="_blank" rel="noopener noreferrer nofollow ugc">repo</a></p>
]]></description><link>https://community.m5stack.com/topic/5608/unitv2-video-framerates</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 22:36:52 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5608.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Aug 2023 10:15:01 GMT</pubDate><ttl>60</ttl></channel></rss>