<?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 QR Scanner capture orientation in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006531#M32327</link>
    <description>&lt;P&gt;There is any way to use the QR scanner in portrait mode instead the landscape mode when the camera opens?, because I don't see any option in the docs:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/node/493099"&gt;https://software.intel.com/en-us/node/493099&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks a lot :)&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2015 16:46:49 GMT</pubDate>
    <dc:creator>Abel_G_</dc:creator>
    <dc:date>2015-05-18T16:46:49Z</dc:date>
    <item>
      <title>QR Scanner capture orientation</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006531#M32327</link>
      <description>&lt;P&gt;There is any way to use the QR scanner in portrait mode instead the landscape mode when the camera opens?, because I don't see any option in the docs:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/node/493099"&gt;https://software.intel.com/en-us/node/493099&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks a lot :)&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 16:46:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006531#M32327</guid>
      <dc:creator>Abel_G_</dc:creator>
      <dc:date>2015-05-18T16:46:49Z</dc:date>
    </item>
    <item>
      <title>You can set the orientation</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006532#M32328</link>
      <description>&lt;P&gt;You can set the orientation using setRotateOrientation method prior to calling barcode.scan.&amp;nbsp;https://software.intel.com/en-us/node/493051&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 18:25:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006532#M32328</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-05-18T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Hi Swati, thanks for your</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006533#M32329</link>
      <description>&lt;P&gt;Hi Swati, thanks for your help&lt;/P&gt;

&lt;P&gt;This is my code but I'm still viewing the scanner in landscape mode :(&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;document.addEventListener("intel.xdk.device.barcode.scan", function(evt) {

	if (evt.success == true) {
  		temp = evt.codedata;
	  	console.log(temp);
	} else {
		  console.log("fail");
	};

}, false);


$('a').click(function(event) {
	intel.xdk.device.setRotateOrientation("portrait");
	intel.xdk.device.scanBarcode();
});&lt;/PRE&gt;

&lt;P&gt;again, thanks for your help :)&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 14:24:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006533#M32329</guid>
      <dc:creator>Abel_G_</dc:creator>
      <dc:date>2015-05-19T14:24:18Z</dc:date>
    </item>
    <item>
      <title>I believe you are trying on</title>
      <link>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006534#M32330</link>
      <description>&lt;P&gt;I believe you are trying on Android. I was able to reproduce it. I've filed a bug for this.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 21:27:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QR-Scanner-capture-orientation/m-p/1006534#M32330</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-05-21T21:27:24Z</dc:date>
    </item>
  </channel>
</rss>

