<?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>Question Re: how to Integrate HID Fingerprint Reader in SAP UI5/Fiori and CAP in BAS in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-integrate-hid-fingerprint-reader-in-sap-ui5-fiori-and-cap-in-bas/qaa-p/13810641#M4843560</link>
    <description>This error does not seem to be related to SAP UI5. Doing a quick Google search shows similar errors from other users. I'd suggest to first make it work and solve the issue in a plain .html file and once it works replicate it in UI5.</description>
    <pubDate>Thu, 29 Aug 2024 05:35:44 GMT</pubDate>
    <dc:creator>Willem_Pardaens</dc:creator>
    <dc:date>2024-08-29T05:35:44Z</dc:date>
    <item>
      <title>how to Integrate HID Fingerprint Reader in SAP UI5/Fiori and CAP in BAS</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-integrate-hid-fingerprint-reader-in-sap-ui5-fiori-and-cap-in-bas/qaq-p/13809399</link>
      <description>&lt;P&gt;I am creating a web application with CAP and SAP UI5 using SAP fiori elements in SAP BAS and I need to implement the use of a HID Digital Persona U.are.U® 4500 Fingerprint Reader to capture a person's biometric data (fingerprint).&lt;/P&gt;&lt;P&gt;I have tried to integrate the use of the Chrome WebApi to connect to the device with the following code:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const filters = [
        {
            vendorId: 1466,
            productId: 10
        }
    ];
    
    const devices = await navigator.usb.requestDevice({ filters: filters }).then(device =&amp;gt; {
        console.log(device.productName);      
        console.log(device.manufacturerName);
        console.log(device)
        var select = device;
        return select.open();
      }).catch(error =&amp;gt; { console.error(error); });&lt;/LI-CODE&gt;&lt;P&gt;But when I try to run it, it returns the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Natalia2_0-1724815433667.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/158639iE117AE1A4D209A44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Natalia2_0-1724815433667.png" alt="Natalia2_0-1724815433667.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I could solve this error?&lt;BR /&gt;or perhaps know of any other way to do this?&lt;/P&gt;&lt;P&gt;The WebApi documentation is as follows:&lt;BR /&gt;&lt;A href="https://developer.chrome.com/docs/capabilities/usb?hl=es-419" target="_blank"&gt;https://developer.chrome.com/docs/capabilities/usb?hl=es-419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And documentation on the use of the device on the web&lt;BR /&gt;&lt;A href="https://hidglobal.github.io/digitalpersona-authentication/index.html" target="_blank"&gt;https://hidglobal.github.io/digitalpersona-authentication/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I have not been able to understand how to integrate this last one into SAP UI5&lt;/P&gt;&lt;P&gt;Thank you very much for your help!!&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="SAP Fiori" id="73554900100700000977"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP Fiori Elements" id="ed5c1ef6-932f-4c19-b2ba-1be375109ff5"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP Cloud Application Programming Model" id="9f13aee1-834c-4105-8e43-ee442775e5ce"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP Business Application Studio" id="67837800100800007077"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP HANA Cloud" id="73554900100800002881"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="JavaScript" id="506421944534752500398156104608974"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;#UI5 &lt;LI-PRODUCT title="SAP Cloud Applications Studio" id="67837800100800006741"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP Fiori Client" id="73555000100800000806"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP Fiori Cloud" id="73554900100800000375"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP Business Technology Platform" id="73555000100700000172"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="SAP BTP, Cloud Foundry runtime and environment" id="73555000100800000287"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="HTML5" id="680828266263384213323560113427399"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 03:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-integrate-hid-fingerprint-reader-in-sap-ui5-fiori-and-cap-in-bas/qaq-p/13809399</guid>
      <dc:creator>Natalia2</dc:creator>
      <dc:date>2024-08-28T03:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to Integrate HID Fingerprint Reader in SAP UI5/Fiori and CAP in BAS</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-integrate-hid-fingerprint-reader-in-sap-ui5-fiori-and-cap-in-bas/qaa-p/13810641#M4843560</link>
      <description>This error does not seem to be related to SAP UI5. Doing a quick Google search shows similar errors from other users. I'd suggest to first make it work and solve the issue in a plain .html file and once it works replicate it in UI5.</description>
      <pubDate>Thu, 29 Aug 2024 05:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-integrate-hid-fingerprint-reader-in-sap-ui5-fiori-and-cap-in-bas/qaa-p/13810641#M4843560</guid>
      <dc:creator>Willem_Pardaens</dc:creator>
      <dc:date>2024-08-29T05:35:44Z</dc:date>
    </item>
  </channel>
</rss>

