<?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[Image+ problem]]></title><description><![CDATA[<p dir="auto">Hello, I have a M5StickC Plus and I'm programming it in UIFlow. The problem is that the M5StickC Plus freezes when trying to retrieve the image. The image format is JPG.<br />
Here is the code:</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *
from libs.image_plus import *
from machine import WDT


setScreenColor(0x111111)






imageplus0 = M5ImagePlus(0, 0, url='*PRIVATE IMAGE SENDING IP*/mjpeg/1', timer=True, interval=500)

@timerSch.event('timer1')
def ttimer1():
  global wdt
  wdt.feed()
  pass


timerSch.run('timer1', 1000, 0x00)
wdt = WDT(timeout=2000)
</code></pre>
]]></description><link>https://community.m5stack.com/topic/5811/image-problem</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 14:09:27 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5811.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Nov 2023 16:41:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Image+ problem on Tue, 15 Oct 2024 05:05:45 GMT]]></title><description><![CDATA[<p dir="auto">@stanislav-drca I use the image Editor G.I.M.P from <a href="http://gimp.org" target="_blank" rel="noopener noreferrer nofollow ugc">gimp.org</a>. as to the image formatting. the setting are on the forum somewhere.</p>
]]></description><link>https://community.m5stack.com/post/26741</link><guid isPermaLink="true">https://community.m5stack.com/post/26741</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 15 Oct 2024 05:05:45 GMT</pubDate></item><item><title><![CDATA[Reply to Image+ problem on Mon, 14 Oct 2024 16:11:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> Hey Ajb, could you share a tool, software and setting on how you format the image to display them? I am also having difficulties displaying custom images on my M5Dial. Been thinkering with it for hours but with no luck.</p>
<p dir="auto">Thanks!<br />
&lt;3</p>
]]></description><link>https://community.m5stack.com/post/26738</link><guid isPermaLink="true">https://community.m5stack.com/post/26738</guid><dc:creator><![CDATA[stanislav.drca]]></dc:creator><pubDate>Mon, 14 Oct 2024 16:11:13 GMT</pubDate></item><item><title><![CDATA[Reply to Image+ problem on Fri, 26 Jan 2024 20:15:33 GMT]]></title><description><![CDATA[<p dir="auto">Images need to be JPG/BMP and of a specific formatting.</p>
]]></description><link>https://community.m5stack.com/post/23482</link><guid isPermaLink="true">https://community.m5stack.com/post/23482</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 26 Jan 2024 20:15:33 GMT</pubDate></item><item><title><![CDATA[Reply to Image+ problem on Fri, 26 Jan 2024 13:57:22 GMT]]></title><description><![CDATA[<p dir="auto">@matejtech said in <a href="/post/22762">Image+ problem</a>:</p>
<blockquote>
<p dir="auto">I have a M5StickC Plus and I'm programming it in UIFlow. The problem is that the M5StickC Plus freezes when trying to retrieve the image. The image format is JPG.<br />
Here is the code:<br />
from m5stack import *<br />
from m5ui import *<br />
from uiflow import *<br />
from libs.image_plus import *<br />
from machine import WDT</p>
<p dir="auto">setScreenColor(0x111111)</p>
<p dir="auto">imageplus0 = M5ImagePlus(0, 0, url='<em>PRIVATE IMAGE SENDING IP</em>/mjpeg/1', timer=True, interval=500)</p>
<p dir="auto">@timerSch.event('timer1')<br />
def ttimer1():<br />
global wdt<br />
wdt.feed()<br />
pass</p>
<p dir="auto">timerSch.run('timer1', 1000, 0x00)<br />
wdt = WDT(timeout=2000)</p>
</blockquote>
<p dir="auto">Experiencing freezing issues on M5StickC Plus when retrieving a JPG image in UIFlow. Code includes WDT implementation. Seeking assistance for troubleshooting and resolution.</p>
]]></description><link>https://community.m5stack.com/post/23478</link><guid isPermaLink="true">https://community.m5stack.com/post/23478</guid><dc:creator><![CDATA[RoseCliver]]></dc:creator><pubDate>Fri, 26 Jan 2024 13:57:22 GMT</pubDate></item><item><title><![CDATA[Reply to Image+ problem on Thu, 16 Nov 2023 07:11:17 GMT]]></title><description><![CDATA[<p dir="auto">Ohh ok thank you</p>
]]></description><link>https://community.m5stack.com/post/22779</link><guid isPermaLink="true">https://community.m5stack.com/post/22779</guid><dc:creator><![CDATA[Matej&#x27;s Workshop]]></dc:creator><pubDate>Thu, 16 Nov 2023 07:11:17 GMT</pubDate></item><item><title><![CDATA[Reply to Image+ problem on Wed, 15 Nov 2023 19:23:55 GMT]]></title><description><![CDATA[<p dir="auto">It's not freezing, It's just very slow to retrieve the image. I have test (and written a guide on getting the image from the forum) and my experience it that it is very slow to retrieve images, sometimes taking up to several minutes.<br />
Also you haven't specified a wifi network to connect to.</p>
]]></description><link>https://community.m5stack.com/post/22772</link><guid isPermaLink="true">https://community.m5stack.com/post/22772</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 15 Nov 2023 19:23:55 GMT</pubDate></item></channel></rss>