<?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: I want to store screenshot taken in Vuforia Studio into ThingWorx repository in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966999#M12611</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have any solution for the above problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2024 07:47:18 GMT</pubDate>
    <dc:creator>Aditya1702</dc:creator>
    <dc:date>2024-08-18T07:47:18Z</dc:date>
    <item>
      <title>I want to store screenshot taken in Vuforia Studio into ThingWorx repository</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966311#M12604</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a code to take screenshot in Vuforia Studio. Now I want to store that screenshot inside thingworx repository.&lt;/P&gt;&lt;P&gt;Any idea how can it be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need solution asap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code used for screenshot:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Take Screenshot&lt;/P&gt;&lt;P&gt;var callback = function (pngBase64String, args) {&lt;BR /&gt;$scope.view.wdg['currentPhoto'].imgsrc='data&amp;amp;colon;image/png;base64,' + pngBase64String;&lt;BR /&gt;console.log("args");&lt;BR /&gt;console.log(args);&lt;BR /&gt;console.log("pngBase64String");&lt;BR /&gt;console.log(pngBase64String);&lt;BR /&gt;$scope.view.wdg["label_args"].text = args;&lt;BR /&gt;$scope.$applyAsync();&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;// params = { dataURL:bool, withAugmentation: bool, imgFormat: string, imgWidth: number, imgHeight:number}&lt;BR /&gt;$scope.screenShot = function() {&lt;BR /&gt;var params = {withAugmentation: true};&lt;BR /&gt;tml3dRenderer.takeScreenshot(params, callback, null);&lt;BR /&gt;}&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;</description>
      <pubDate>Tue, 13 Aug 2024 09:24:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966311#M12604</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-08-13T09:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: I want to store screenshot taken in Vuforia Studio into ThingWorx repository</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966477#M12605</link>
      <description>&lt;P&gt;Similar discussion -&amp;nbsp;"&lt;STRONG&gt;Visualize Vuforia studio capture image and text input in ThingWorx&lt;/STRONG&gt;": &lt;A href="https://community.ptc.com/t5/Vuforia-Studio/Visualize-Vuforia-studio-capture-image-and-text-input-in/td-p/881234" target="_blank"&gt;https://community.ptc.com/t5/Vuforia-Studio/Visualize-Vuforia-studio-capture-image-and-text-input-in/td-p/881234&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 07:09:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966477#M12605</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2024-08-14T07:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: I want to store screenshot taken in Vuforia Studio into ThingWorx repository</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966830#M12609</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/107767"&gt;@VladimirN&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the above link they are storing the image property of the camera widget which I am aware of.&lt;/P&gt;&lt;P&gt;Here I want to store the src property of the image widget which I am not able to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&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>Fri, 16 Aug 2024 06:46:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966830#M12609</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-08-16T06:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: I want to store screenshot taken in Vuforia Studio into ThingWorx repository</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966999#M12611</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have any solution for the above problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 07:47:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/966999#M12611</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-08-18T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: I want to store screenshot taken in Vuforia Studio into ThingWorx repository</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/969308#M12631</link>
      <description>&lt;P&gt;Not sure what the specific use case about "store the src property of the image widget".&lt;/P&gt;&lt;P&gt;Here are some documents about storing Images captured in Vuforia view into Thingworx:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL class="lia-list-style-type-circle"&gt;&lt;LI&gt;&lt;A href="https://community.ptc.com/t5/Vuforia-Studio/Transferring-an-image-to-twx/td-p/703693?_gl=1*1jco05c*_gcl_au*MzU0NDIwMzYyLjE3MjQ1OTk5MDk.*_ga*MTM3MDQwNDM2OC4xNzI0NTk5OTA5*_ga_7NMP2MSYPM*MTcyNTM0MjM2NC4xMC4xLjE3MjUzNDI0NTUuMzQuMC4w*_ga_CBN5QVB9VJ*MTcyNTM0MjM2NC45LjEuMTcyNTM0MjQ0OC4wLjAuMA." target="_blank"&gt;https://community.ptc.com/t5/Vuforia-Studio/Transferring-an-image-to-twx/td-p/703693?_gl=1*1jco05c*_gcl_au*MzU0NDIwMzYyLjE3MjQ1OTk5MDk.*_ga*MTM3MDQwNDM2OC4xNzI0NTk5OTA5*_ga_7NMP2MSYPM*MTcyNTM0MjM2NC4xMC4xLjE3MjUzNDI0NTUuMzQuMC4w*_ga_CBN5QVB9VJ*MTcyNTM0MjM2NC45LjEuMTcyNTM0MjQ0OC4wLjAuMA.&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.ptc.com/en/support/article/CS339332" target="_blank"&gt;https://www.ptc.com/en/support/article/CS339332&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 05:54:19 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/I-want-to-store-screenshot-taken-in-Vuforia-Studio-into/m-p/969308#M12631</guid>
      <dc:creator>Jimwang</dc:creator>
      <dc:date>2024-09-03T05:54:19Z</dc:date>
    </item>
  </channel>
</rss>

