<?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[UNIT-V capturing image at 2M pixel (UXGA)]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I succeeded snapshot a jpg image at VGA, but fail at UXGA.<br />
How to bring out OV2640 (Maxmium Pixel: 2M) abilities?</p>
<pre><code>import sensor
import image

sensor.reset()
sensor.set_pixformat(sensor.RGB565)
sensor.set_framesize(sensor.UXGA)
sensor.run(1)
img = sensor.snapshot()
path = "/sd/image-UXGA.jpg"
img.save(path)
</code></pre>
<pre><code>Traceback (most recent call last):
  File "&lt;stdin&gt;", line 6, in &lt;module&gt;
OSError: [Errno 12] ENOMEM
</code></pre>
]]></description><link>https://community.m5stack.com/topic/1574/unit-v-capturing-image-at-2m-pixel-uxga</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 16:47:57 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1574.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Jan 2020 12:57:01 GMT</pubDate><ttl>60</ttl></channel></rss>