<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									ESP 32 Cam based android application help - ESP32 &amp; ESP8266				            </title>
            <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/</link>
            <description>Discussion board for Robotics, Arduino, Raspberry Pi and other DIY electronics and modules. Join us today!</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 12 Aug 2026 17:38:09 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41197</link>
                        <pubDate>Tue, 11 Jul 2023 22:07:03 +0000</pubDate>
                        <description><![CDATA[Hi @biprav,
  A couple of supplementary notes to the many words of wisdom from @inq and Ron @zander.
I haven&#039;t checked my thoughts and facts, so please take these notes as suggestions to f...]]></description>
                        <content:encoded><![CDATA[<p>Hi @biprav,</p>
<p>  A couple of supplementary notes to the many words of wisdom from @inq and Ron @zander.</p>
<p>I haven't checked my thoughts and facts, so please take these notes as suggestions to find out more, rather than hard facts from me, but:</p>
<p>I suspect a lot of the basic video processing, such is image resizing, is done in the camera chip itself, possibly to fixed sizes, etc. that match various industry norms. These may be very useful if they match your requirements, but you may find it hard or impossible to meet your requirements if the chip does not support your needs.</p>
<p>Plus, check the amount of RAM in the ESP32 is enough for any processing you intend to do on it. Depending on the frame size you select, and the algorithms you wish to run, you might not have enough to hold even a single frame, which could preclude some operations.</p>
<p>Of course, as the web server and other examples show, it is possible to do a lot of things with the ESP32 CAM, but to minimise the risk of disappointment, it is worth checking that the hardware has the basic capabiities to meet your aspirations.</p>
<p>Best wishes, Dave</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>DaveE</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41197</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41187</link>
                        <pubDate>Mon, 10 Jul 2023 21:38:23 +0000</pubDate>
                        <description><![CDATA[I guess my comment can be perceived as being flippant.  It was not my intention.  There are lots of good tutorials and I have seen some YouTube ones that will walk you through building an Ar...]]></description>
                        <content:encoded><![CDATA[<p>I guess my comment can be perceived as being flippant.  It was not my intention.  There are lots of good tutorials and I have seen some YouTube ones that will walk you through building an Arduino app that talks via Bluetooth to an Android App.  I recall it even did a tutorial of how to write the Android app without really explaining things.  It was simply assumed you would only do what they did or you were expert enough to understand and extrapolate for your own needs. </p>
<p>And there are other tutorials that will let you control the ESP32-CAM.  The CAM interface is extremely detailed and seems like there were a lot of API's you'd have to master.  If you Google very specific aspects like <em>"Arduino ESP32-CAM zoom settings"</em> you might come up with very pointed code that you can study, learn and incorporate into a bigger program.  </p>
<p>I imagine as you get into it and start showing some skin in the game and show specific pieces of code that you are having trouble, we can help you in understanding or even debugging.  </p>
<p>Besides, I'd still recommend you just add the pertinent pieces (zoom, ASA settings) to the existing UNO/C++ server code and to the HTML/JavaScript user interface code and use it with phone, tablet, Windows, Mac without having to learn Android or iOS.</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>Inq</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41187</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41186</link>
                        <pubDate>Mon, 10 Jul 2023 19:47:42 +0000</pubDate>
                        <description><![CDATA[@inq THANK YOU!]]></description>
                        <content:encoded><![CDATA[@inq THANK YOU!]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>Ron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41186</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41185</link>
                        <pubDate>Mon, 10 Jul 2023 19:45:59 +0000</pubDate>
                        <description><![CDATA[Let me understand this...  You have the complete web solution working, but it is not going to be satisfactory for your needs.  So you want to learn the Arduino INO and C++ so you can create ...]]></description>
                        <content:encoded><![CDATA[
<p>@inq Yes, I have actually tried the web server based solution to control the camera which is working fine. </p>
<p>My main objectives to create an application is to control the camera parameters such as ISO, Exposure time and the digital zoom of the image (say 2x,3x,5x,10x, etc.). I want to control these parameters using the camera app</p>
<p></p>
<p></p>
<p><span>@</span><span>biprav Can you elaborate on the following? How many years of software development do you have and in what languages are you qualified? Then we will have a better idea how to help.</span></p>
<p></p>
<p></p>
<p>The main problem is that I don't have any such programming knowledge.</p>
<p></p>
<p>Let me understand this...  You have the complete web solution working, but it is not going to be satisfactory for your needs.  So you want to learn the Arduino INO and C++ so you can create your own server that will work directly with an Android app say... via Bluetooth.  AND then you want to learn all that is necessary to creating that native Android application, but you have never written any code?</p>
<p><strong>If this is correct...</strong> then I would suggest start with Google and look for Arduino programming tutorials, then C++ tutorials and then Android programming tutorials.  You will find that the code in that web version is huge and extremely advanced.  I must be misunderstanding you or you are totally underestimating how monumental that task is for even a decade senior programmer.</p>
<p>Besides... I think you will be disappointed in the results if magnification is what you are after.  <span>OV5640/OV2640</span></p>
<p>The best resolution of those two are 2592x1944.  Neither of them have an optical zoom.  Therefore at 10x you will only have an effective resolution (of the entire image) of 259 x 194.  Is this acceptable resolution for your project?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>Inq</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41185</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41184</link>
                        <pubDate>Mon, 10 Jul 2023 19:30:29 +0000</pubDate>
                        <description><![CDATA[@biprav With regards to 

My main objectives to create an application is to control the camera parameters such as ISO, Exposure time and the digital zoom of the image (say 2x,3x,5x,10x, et...]]></description>
                        <content:encoded><![CDATA[<p>@biprav With regards to </p>
<blockquote>
<p><span>My main objectives to create an application is to control the camera parameters such as ISO, Exposure time and the digital zoom of the image (say 2x,3x,5x,10x, etc.). I want to control these parameters using the camera app</span></p>
</blockquote>
<p>Most if not all that is already done. I would not advise digital zoom, the tiny sensor is already quite poor for any meaningful image capture.</p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>Ron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41184</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41183</link>
                        <pubDate>Mon, 10 Jul 2023 19:18:12 +0000</pubDate>
                        <description><![CDATA[@biprav That was your link, I never heard of it before, I use the &#039;official&#039; library sources.]]></description>
                        <content:encoded><![CDATA[@biprav That was your link, I never heard of it before, I use the 'official' library sources.]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>Ron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41183</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41182</link>
                        <pubDate>Mon, 10 Jul 2023 19:15:45 +0000</pubDate>
                        <description><![CDATA[@zander Thank you for the github link. I will go through it and try it out with the esp32 cam and let you know of the outcome. Thank you.]]></description>
                        <content:encoded><![CDATA[@zander Thank you for the github link. I will go through it and try it out with the esp32 cam and let you know of the outcome. Thank you.]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>biprav</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41182</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41181</link>
                        <pubDate>Mon, 10 Jul 2023 19:11:10 +0000</pubDate>
                        <description><![CDATA[@inq Yes, I have actually tried the web server based solution to control the camera which is working fine. 
My main objectives to create an application is to control the camera parameters s...]]></description>
                        <content:encoded><![CDATA[<p>@inq Yes, I have actually tried the web server based solution to control the camera which is working fine. </p>
<p>My main objectives to create an application is to control the camera parameters such as ISO, Exposure time and the digital zoom of the image (say 2x,3x,5x,10x, etc.). I want to control these parameters using the camera app</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>biprav</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41181</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41180</link>
                        <pubDate>Mon, 10 Jul 2023 19:10:17 +0000</pubDate>
                        <description><![CDATA[@biprav The link you provided is a complete working app. What do you think needs to be changed since it already works just fine?]]></description>
                        <content:encoded><![CDATA[@biprav The link you provided is a complete working app. What do you think needs to be changed since it already works just fine?]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>Ron</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41180</guid>
                    </item>
				                    <item>
                        <title>RE: ESP 32 Cam based android application help</title>
                        <link>https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41179</link>
                        <pubDate>Mon, 10 Jul 2023 19:07:07 +0000</pubDate>
                        <description><![CDATA[@zander Thank you for your response. The main problem is that I don&#039;t have any such programming knowledge. This is why I need atleast some preliminary help from people in this forum so that ...]]></description>
                        <content:encoded><![CDATA[@zander Thank you for your response. The main problem is that I don't have any such programming knowledge. This is why I need atleast some preliminary help from people in this forum so that I can try developing the app.]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/esp32-esp8266/">ESP32 &amp; ESP8266</category>                        <dc:creator>biprav</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/esp32-esp8266/esp-32-cam-based-android-application-help/#post-41179</guid>
                    </item>
							        </channel>
        </rss>
		