<?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 Are you trying to add in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064212#M55472</link>
    <description>&lt;P&gt;Are you trying to add boundary on the QR scanner overlay ?&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2016 20:18:08 GMT</pubDate>
    <dc:creator>Rakshith_K_Intel</dc:creator>
    <dc:date>2016-05-16T20:18:08Z</dc:date>
    <item>
      <title>Get QR code corner points coordinates</title>
      <link>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064211#M55471</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;

&lt;P&gt;This is my first post so please be patient if my question is too basic :)&lt;/P&gt;

&lt;P&gt;I saw this tutorial (http://qnimate.com/create-a-barcode-scanner-application-using-intel-xdk-and-php/) to make a barcode scanner and its amazing how easy is but now I want to get the coordinates of each corner points to draw lines on borders:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Red line for the upper side, green line for right side, blue line for left side and white line for bottom side.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Anybody knows how can I achieve it?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;This is the link code:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;Blank Hybrid App Project Template&amp;lt;/title&amp;gt;
    &amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;
    &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"&amp;gt;
    &amp;lt;style&amp;gt;
        @-ms-viewport { width: 100vw ; zoom: 100% ; }                           
        @viewport { width: 100vw ; zoom: 100% ; }
        @-ms-viewport { user-zoom: fixed ; }                                    
        @viewport { user-zoom: fixed ; }
    &amp;lt;/style&amp;gt;
    &amp;lt;script src="lib/ft/fastclick.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;link rel="stylesheet" href="css/app.css"&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;button onclick="scanNow();"&amp;gt;Scan&amp;lt;/button&amp;gt;  
    &amp;lt;script src="intelxdk.js"&amp;gt;&amp;lt;/script&amp;gt;         
    &amp;lt;script src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;          
    &amp;lt;script src="xhr.js"&amp;gt;&amp;lt;/script&amp;gt;              
    &amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src="js/init-dev.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script&amp;gt;
        function scanNow()
        {
            intel.xdk.device.scanBarcode();
        }
        document.addEventListener("intel.xdk.device.barcode.scan",function(evt){
            if (evt.success == true) {
                alert(evt.codedata);
            }
            else 
            {
                alert("Please try again");
            }
        },false);
    &amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;

&lt;P&gt;If its not possible, do you think it would be possible with zxing and how?&lt;/P&gt;

&lt;P&gt;Thank you all.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 18:59:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064211#M55471</guid>
      <dc:creator>Alan_A_1</dc:creator>
      <dc:date>2016-05-16T18:59:35Z</dc:date>
    </item>
    <item>
      <title>Are you trying to add</title>
      <link>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064212#M55472</link>
      <description>&lt;P&gt;Are you trying to add boundary on the QR scanner overlay ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 20:18:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064212#M55472</guid>
      <dc:creator>Rakshith_K_Intel</dc:creator>
      <dc:date>2016-05-16T20:18:08Z</dc:date>
    </item>
    <item>
      <title>Yes, that is what I want,</title>
      <link>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064213#M55473</link>
      <description>&lt;P&gt;Yes, that is what I want, even if the qr code is&amp;nbsp;bow-legged like the windows phone default qr reader app:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="qr1.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8842i4099EFCFE682A9EE/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="qr1.jpg" alt="qr1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 20:27:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064213#M55473</guid>
      <dc:creator>Alan_A_1</dc:creator>
      <dc:date>2016-05-16T20:27:11Z</dc:date>
    </item>
    <item>
      <title>That screen with camera is</title>
      <link>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064214#M55474</link>
      <description>&lt;P&gt;That screen with camera is part of the plugin, you have to make that change in the plugin's ios and android code.&lt;/P&gt;

&lt;P&gt;Here is the source to the cordova plugin that has the barcode scanner:&amp;nbsp;https://github.com/01org/cordova-plugin-intel-xdk-device&lt;/P&gt;

&lt;P&gt;(the barcode scanner code was removed in last checkin, u may have to pull, undo last couple commits and then look at the code to modify)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 17:40:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064214#M55474</guid>
      <dc:creator>Rakshith_K_Intel</dc:creator>
      <dc:date>2016-05-17T17:40:21Z</dc:date>
    </item>
    <item>
      <title>Thanks Rakshith, I´ll try it</title>
      <link>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064215#M55475</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;Rakshith, I´ll try it&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 00:21:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Get-QR-code-corner-points-coordinates/m-p/1064215#M55475</guid>
      <dc:creator>Alan_A_1</dc:creator>
      <dc:date>2016-05-20T00:21:52Z</dc:date>
    </item>
  </channel>
</rss>

