<?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[M5Cam sccb error]]></title><description><![CDATA[<p dir="auto">Hi I am testing and playing around with the M5Cam. I use the <a href="https://github.com/moononournation/esp32-cam-demo" target="_blank" rel="noopener noreferrer nofollow ugc">esp32-cam-demo</a> and mingw32. After setting up I get this Errors:</p>
<p dir="auto">E (630) sccb: i2c write reg=0xff err=0xffffffff<br />
.<br />
.<br />
.<br />
E (38550) sccb: i2c write reg=0x05 err=0x107<br />
E (38580) camera: Failed to set frame size<br />
E (38580) camera_demo: Camera init failed with error 0x20002</p>
<p dir="auto">But he detected the ov2640 and I activated it in menuconfig.<br />
If I could fix the errors with the Firmware, which is including I dont know how to run it correctly.<br />
Would be nice if someone knows the solution.</p>
]]></description><link>https://community.m5stack.com/topic/308/m5cam-sccb-error</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 16:27:08 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/308.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Aug 2018 11:59:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Cam sccb error on Sat, 08 Dec 2018 17:33:02 GMT]]></title><description><![CDATA[<p dir="auto">I'm not seeing that folder.<br />
Try WebServer.h</p>
<p dir="auto">I'm trying to modify the arducam to work with the M5cam but having issues.</p>
]]></description><link>https://community.m5stack.com/post/2153</link><guid isPermaLink="true">https://community.m5stack.com/post/2153</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 08 Dec 2018 17:33:02 GMT</pubDate></item><item><title><![CDATA[Reply to M5Cam sccb error on Sat, 08 Dec 2018 17:21:04 GMT]]></title><description><![CDATA[<p dir="auto">It not work</p>
<h1>cd esp-idf</h1>
<h1>git checkout 3b92e85</h1>
<h1>git submodule update --init --recursive</h1>
<h1>cd esp32-cam-demo-m5cam</h1>
<h1>make</h1>
<p dir="auto">esp32-cam-demo-m5cam/main/app_main.c:35:29: fatal error: esp_http_server.h: No such file or directory<br />
compilation terminated.<br />
make[1]: *** [app_main.o] Error 1<br />
make: *** [component-main-build] Error 2</p>
]]></description><link>https://community.m5stack.com/post/2151</link><guid isPermaLink="true">https://community.m5stack.com/post/2151</guid><dc:creator><![CDATA[mschu7]]></dc:creator><pubDate>Sat, 08 Dec 2018 17:21:04 GMT</pubDate></item><item><title><![CDATA[Reply to M5Cam sccb error on Wed, 28 Nov 2018 06:54:25 GMT]]></title><description><![CDATA[<p dir="auto">I'm getting this with the arduino code atm. looks like an issue with the esp32 not getting the ova's vid and pid via the sda pins.<br />
Any idea what the difference in the two sources is?</p>
]]></description><link>https://community.m5stack.com/post/2092</link><guid isPermaLink="true">https://community.m5stack.com/post/2092</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 28 Nov 2018 06:54:25 GMT</pubDate></item><item><title><![CDATA[Reply to M5Cam sccb error on Tue, 27 Nov 2018 22:43:30 GMT]]></title><description><![CDATA[<p dir="auto">I compile successfully with original esp-idf!</p>
<p dir="auto">remark: you clone esp-idf.git master branch, that can be untested.<br />
I checkout latest release commit:</p>
<p dir="auto">git clone --recursive <a href="https://github.com/espressif/esp-idf.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/espressif/esp-idf.git</a><br />
git checkout 3b92e85<br />
git status<br />
....remove newer folders<br />
git clone <a href="https://github.com/moononournation/esp32-cam-demo.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/moononournation/esp32-cam-demo.git</a><br />
git submodule update --init --recursive<br />
make menuconfig<br />
make flash<br />
it works!!</p>
]]></description><link>https://community.m5stack.com/post/2091</link><guid isPermaLink="true">https://community.m5stack.com/post/2091</guid><dc:creator><![CDATA[dontsov]]></dc:creator><pubDate>Tue, 27 Nov 2018 22:43:30 GMT</pubDate></item><item><title><![CDATA[Reply to M5Cam sccb error on Tue, 27 Nov 2018 19:01:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aoyama_prod" aria-label="Profile: aoyama_prod">@<bdi>aoyama_prod</bdi></a> 在 <a href="/post/1490">M5Cam sccb error</a> 中说：</p>
<blockquote>
<p dir="auto">git clone --recursive <a href="https://github.com/m5stack/esp32-cam-demo" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/esp32-cam-demo</a></p>
</blockquote>
<p dir="auto">I got same error =(. I compiled 'esp32-cam-demo' by PlatformIO in Visiual Studio Code...<br />
I think, something wrong in compiler options..</p>
]]></description><link>https://community.m5stack.com/post/2089</link><guid isPermaLink="true">https://community.m5stack.com/post/2089</guid><dc:creator><![CDATA[dontsov]]></dc:creator><pubDate>Tue, 27 Nov 2018 19:01:15 GMT</pubDate></item><item><title><![CDATA[Reply to M5Cam sccb error on Thu, 06 Sep 2018 09:54:40 GMT]]></title><description><![CDATA[<p dir="auto">I just would like to let you know my status</p>
<ol>
<li>Burn 'M5Cam v0.02' firmware.</li>
<li>git clone --recursive <a href="https://github.com/**m5stack**/esp32-cam-demo" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/**m5stack**/esp32-cam-demo</a></li>
<li>Then 'make' it</li>
<li>plug off usb</li>
</ol>
<p dir="auto">Now it is working fine.</p>
<p dir="auto">in my case, I think I pulled the code from wrong repository.</p>
]]></description><link>https://community.m5stack.com/post/1490</link><guid isPermaLink="true">https://community.m5stack.com/post/1490</guid><dc:creator><![CDATA[Aoyama_PROD]]></dc:creator><pubDate>Thu, 06 Sep 2018 09:54:40 GMT</pubDate></item><item><title><![CDATA[Reply to M5Cam sccb error on Thu, 06 Sep 2018 09:33:32 GMT]]></title><description><![CDATA[<p dir="auto">I also got same error when I use the code in Github(<a href="https://github.com/moononournation/esp32-cam-demo" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/moononournation/esp32-cam-demo</a>).</p>
<p dir="auto">I (19) cpu_start: Starting scheduler on PRO CPU.<br />
I (0) cpu_start: Starting scheduler on APP CPU.<br />
E (696) sccb: i2c write reg=0x28 err=0xffffffff<br />
...<br />
E (25316) sccb: i2c write reg=0xe0 err=0xffffffff<br />
I (25316) camera_demo: Detected OV2640 camera, using JPEG format<br />
E (25326) sccb: i2c write reg=0xff err=0xffffffff<br />
...<br />
E (30566) camera: Failed to set frame size<br />
E (30566) camera_demo: Camera init failed with error 0x20002</p>
<p dir="auto">When I burn the firmware 'M5Cam v0.02' using the M5Burner, I could revert it to the out-of-box demo.</p>
]]></description><link>https://community.m5stack.com/post/1483</link><guid isPermaLink="true">https://community.m5stack.com/post/1483</guid><dc:creator><![CDATA[Aoyama_PROD]]></dc:creator><pubDate>Thu, 06 Sep 2018 09:33:32 GMT</pubDate></item></channel></rss>