<?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[How to mute QML camera]]></title><description><![CDATA[<p dir="auto">when I capture images, camera has sound and I want to mute it</p>
]]></description><link>https://forum.qt.io/topic/76949/how-to-mute-qml-camera</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 04:16:17 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/76949.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Mar 2017 15:49:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to mute QML camera on Thu, 09 Mar 2017 23:13:33 GMT]]></title><description><![CDATA[<p dir="auto">Did you check the time that it takes to do that ?</p>
]]></description><link>https://forum.qt.io/post/381075</link><guid isPermaLink="true">https://forum.qt.io/post/381075</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 09 Mar 2017 23:13:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Thu, 09 Mar 2017 08:26:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
when photo is taken, I use it for something and remove from default location</p>
]]></description><link>https://forum.qt.io/post/380843</link><guid isPermaLink="true">https://forum.qt.io/post/380843</guid><dc:creator><![CDATA[Taz742]]></dc:creator><pubDate>Thu, 09 Mar 2017 08:26:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Thu, 09 Mar 2017 08:00:16 GMT]]></title><description><![CDATA[<p dir="auto">Good point, I've somehow missed the unlock call.</p>
<p dir="auto">Did you check the state of your phone storage ?</p>
]]></description><link>https://forum.qt.io/post/380828</link><guid isPermaLink="true">https://forum.qt.io/post/380828</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 09 Mar 2017 08:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Thu, 09 Mar 2017 05:50:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
no no, after 2 seconds "if" operator is false and it doesn't take photos</p>
]]></description><link>https://forum.qt.io/post/380777</link><guid isPermaLink="true">https://forum.qt.io/post/380777</guid><dc:creator><![CDATA[Taz742]]></dc:creator><pubDate>Thu, 09 Mar 2017 05:50:27 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Wed, 08 Mar 2017 21:06:42 GMT]]></title><description><![CDATA[<p dir="auto">In your code you are taking photos at 2 seconds interval not 4. Are you sure your device can sustain that speed ? You also have to take into account that each image is saved on your device.</p>
]]></description><link>https://forum.qt.io/post/380698</link><guid isPermaLink="true">https://forum.qt.io/post/380698</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 08 Mar 2017 21:06:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Wed, 08 Mar 2017 10:12:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
platform is Lenovo A319 android version 4.4.2<br />
QT 5.8.0</p>
<p dir="auto">Timer<br />
{<br />
id: tim<br />
interval: 2000; running: true; repeat: true<br />
onTriggered:<br />
{<br />
if (camera.lockStatus === Camera.Locked)<br />
{<br />
camera.imageCapture.capture()<br />
camera.unlock()<br />
}<br />
else<br />
camera.searchAndLock()<br />
}<br />
}</p>
]]></description><link>https://forum.qt.io/post/380591</link><guid isPermaLink="true">https://forum.qt.io/post/380591</guid><dc:creator><![CDATA[Taz742]]></dc:creator><pubDate>Wed, 08 Mar 2017 10:12:49 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Wed, 08 Mar 2017 10:07:38 GMT]]></title><description><![CDATA[<p dir="auto">I don't know. You don't give any details that may help answer your question like:</p>
<ul>
<li>Target platform where that happens</li>
<li>Qt version</li>
<li>Code snippet that you use for that</li>
<li>etc.</li>
</ul>
]]></description><link>https://forum.qt.io/post/380588</link><guid isPermaLink="true">https://forum.qt.io/post/380588</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 08 Mar 2017 10:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Wed, 08 Mar 2017 08:59:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
I have also one problem, I use timer and every 4 seconds it takes photos, but sometimes my screen becomes black, is this qml bug?</p>
]]></description><link>https://forum.qt.io/post/380573</link><guid isPermaLink="true">https://forum.qt.io/post/380573</guid><dc:creator><![CDATA[Taz742]]></dc:creator><pubDate>Wed, 08 Mar 2017 08:59:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Wed, 08 Mar 2017 08:36:36 GMT]]></title><description><![CDATA[<p dir="auto">Well, that's the thing: OS level settings like that can usually not be modified by code.</p>
<p dir="auto">You should check your target platform documentation for such use case.</p>
]]></description><link>https://forum.qt.io/post/380564</link><guid isPermaLink="true">https://forum.qt.io/post/380564</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 08 Mar 2017 08:36:36 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Wed, 08 Mar 2017 08:22:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
Yes but I want to write code</p>
]]></description><link>https://forum.qt.io/post/380556</link><guid isPermaLink="true">https://forum.qt.io/post/380556</guid><dc:creator><![CDATA[Taz742]]></dc:creator><pubDate>Wed, 08 Mar 2017 08:22:02 GMT</pubDate></item><item><title><![CDATA[Reply to How to mute QML camera on Tue, 07 Mar 2017 19:05:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Isn't that a setting of your device ?</p>
]]></description><link>https://forum.qt.io/post/380417</link><guid isPermaLink="true">https://forum.qt.io/post/380417</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 07 Mar 2017 19:05:33 GMT</pubDate></item></channel></rss>