<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how can we skip the timer of camera widget of Vuforia Studio in Vuforia View app in Vuforia Studio</title>
    <link>https://community.ptc.com/t5/Vuforia-Studio/how-can-we-skip-the-timer-of-camera-widget-of-Vuforia-Studio-in/m-p/940220#M12372</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check the file &amp;amp; let you know whether it's working for me or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2024 06:15:00 GMT</pubDate>
    <dc:creator>Aditya1702</dc:creator>
    <dc:date>2024-03-29T06:15:00Z</dc:date>
    <item>
      <title>how can we skip the timer of camera widget of Vuforia Studio in Vuforia View app</title>
      <link>https://community.ptc.com/t5/Vuforia-Studio/how-can-we-skip-the-timer-of-camera-widget-of-Vuforia-Studio-in/m-p/938005#M12363</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using camera widget in Vuforia Studio for capturing images but while consuming it on Vuforia View app it has a timer of 3 sec which I don't want. Can we achieve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 09:23:38 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Vuforia-Studio/how-can-we-skip-the-timer-of-camera-widget-of-Vuforia-Studio-in/m-p/938005#M12363</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-03-20T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: how can we skip the timer of camera widget of Vuforia Studio in Vuforia View app</title>
      <link>https://community.ptc.com/t5/Vuforia-Studio/how-can-we-skip-the-timer-of-camera-widget-of-Vuforia-Studio-in/m-p/940084#M12371</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/478189"&gt;@Aditya1702&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes this possible. At least I verified that this is working on mobile platform - tested in Vufuria View 9.18 iPad pro&amp;nbsp; and it tooke a photo nearly without dealy. On Andorid - I have very old device for testing the daly was longer- Vuforia View app 9.16&lt;/P&gt;
&lt;P&gt;I did not use the Camera widget but the&amp;nbsp;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;tml3dRenderer.takeScreenshot(&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; api . So following example:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var callback = function (pngBase64String, args) {
$scope.view.wdg.photocapture.src='image/png;base64,' + pngBase64String ;
$scope.view.wdg.text.text = args;
$scope.$applyAsync();
};

$scope.screenShotPar = function() {
//let params = { dataURL:true, withAugmentation: true, imgFormat: "jpeg", imgWidth: 500, imgHeight:500}
//let params = { dataURL:true, withAugmentation: true, imgFormat: "png", imgWidth: 500, imgHeight:500}
let params = { dataURL:true, withAugmentation: false} //I do not what to see the agumentation in this case
  tml3dRenderer.takeScreenshot(params, callbackfnc, null);
  $scope.$applyAsync();

}
//----------------------------------
$scope.testCall1=()=&amp;gt;{
$scope.firstcall=true
  $scope.screenShotPar();
}
//----------------------------------&lt;/LI-CODE&gt;
&lt;P&gt;So on iPad device :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_0201.PNG" style="width: 999px;"&gt;&lt;img src="https://community.ptc.com/t5/image/serverpage/image-id/101204i4D6D12DB6B3E0305/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_0201.PNG" alt="IMG_0201.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The api should be also availible on HoloLens 2 but I did not test it how is the behavior there. The best result I had on mobile iPad pro with 9.18 Vuforia View app.&lt;/P&gt;
&lt;P&gt;So here the demo&amp;nbsp; &lt;A href="https://community.ptc.com/sejnu66972/attachments/sejnu66972/studio/12371/1/SnapshotSpeedTest-Communty.zip" target="_self"&gt;project&lt;/A&gt; if you want to test this.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 14:31:55 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Vuforia-Studio/how-can-we-skip-the-timer-of-camera-widget-of-Vuforia-Studio-in/m-p/940084#M12371</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2024-03-28T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: how can we skip the timer of camera widget of Vuforia Studio in Vuforia View app</title>
      <link>https://community.ptc.com/t5/Vuforia-Studio/how-can-we-skip-the-timer-of-camera-widget-of-Vuforia-Studio-in/m-p/940220#M12372</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check the file &amp;amp; let you know whether it's working for me or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 06:15:00 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Vuforia-Studio/how-can-we-skip-the-timer-of-camera-widget-of-Vuforia-Studio-in/m-p/940220#M12372</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-03-29T06:15:00Z</dc:date>
    </item>
  </channel>
</rss>

