<?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: Face recognition with R81 in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104944#M20141</link>
    <description>&lt;P&gt;I see great potential here. Like receive an alert when boss is approaching my office&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 09:41:55 GMT</pubDate>
    <dc:creator>HristoGrigorov</dc:creator>
    <dc:date>2020-12-10T09:41:55Z</dc:date>
    <item>
      <title>Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104911#M20136</link>
      <description>&lt;P&gt;Face recognition is not only a magic of iPhones and Android. Also with Check Point Firewall's you can do this in R81.&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6215324049001w960h540r39" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6215324049001" data-account="6058022097001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022097001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6215324049001w960h540r39');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.checkpoint.com/t5/video/gallerypage/video-id/6215324049001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;For this purpose I have created a software in the last weeks, which implements this face recognition function with R81. For this I used the new "&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk167210&amp;amp;partition=Basic&amp;amp;product=Security" target="_blank" rel="noopener"&gt;sk167210: Generic Data Center feature&lt;/A&gt;" in R81.&lt;/P&gt;
&lt;P&gt;The Generic Data Center feature provides the ability to enforce access to/from IP addresses defined in JSON files located in external web servers on the Security Management machine. The „Generic Data Center Objects“ are updated automatically on the Security Gateway each time the JSON file change. There is no need to install policy for the updates to take effect.&lt;/P&gt;
&lt;P&gt;Objects created based on these files can be used as a source or a destination in the access control policy.&lt;/P&gt;
&lt;P&gt;How does it work:&lt;/P&gt;
&lt;P&gt;I have developed a software with OpenCV that recognises faces. When a face is detected, the IP of the detected user is written to a JSON file „face_detect.txt“. If the user is not recognised for more than 5 seconds, a dummy IP is written to this JSON file. In my example the face detection software recognised myself and the IP 10.10.52.181 of my laptop is insert in the JSON file.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR style="border-style: none;"&gt;
&lt;TD width="50%" style="border-style: hidden; width: 50%;"&gt;User „Heiko Ankenbrand“ was recognised:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="50%" style="border-style: hidden; width: 50%;"&gt;No user was recognised:&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" style="border-style: hidden; width: 50%;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="F1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9630i55322A19EE5CF5D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="F1.jpg" alt="F1.jpg" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;TD width="50%" style="border-style: hidden; width: 50%;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="f2.png" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9631iBA78640E5E51089A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="f2.png" alt="f2.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;Here is an example of the JSON file „face_detect.txt“ that is created when a user is recognised.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="f3.png" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9632i66649A715F09F8EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="f3.png" alt="f3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This file is provided via a web server (nginx) on my laptop so that the Check Point SMS can read this file as "Generic Data Center Object" from the web server.&lt;/P&gt;
&lt;P&gt;On Check Point site a "Generic Data Center Object" is created in the Smart Console. This object fetches the JSON file „face_detect.txt“ every second from the web server from my face recognition software.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="f4.JPG" style="width: 341px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9633iA3EC8555CD195AB1/image-dimensions/341x213?v=v2" width="341" height="213" role="button" title="f4.JPG" alt="f4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="f5.JPG" style="width: 341px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9635i6CB5B7A3A2609006/image-dimensions/341x377?v=v2" width="341" height="377" role="button" title="f5.JPG" alt="f5.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What we need now for example, is a firewall rule that allows access to the Internet. The „Generic Data Center Object“ is used as source here.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="f6.JPG" style="width: 1206px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9637i7ED6B890642072D8/image-dimensions/1206x149?v=v2" width="1206" height="149" role="button" title="f6.JPG" alt="f6.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This means, if the user face has been recognised, the IP of the user is added here via the "Generic Data Center Object“. If the user is not recognised via the face recognition a "dummy IP" is inserted here.&lt;/P&gt;
&lt;P&gt;Therefore, the rule can be controlled almost in real time via face recognition. The „Generic Data Center Object“ provides the ability to enforce access to the IP address defined in JSON files located in external web servers on the Security Management machine. The „Generic Data Center Object“ is updated automatically on the Security Gateway each time the JSON file change via the face recognition. There is no need to install policy for the updates to take effect.&lt;/P&gt;
&lt;P&gt;I will provide an improved version of the face recognition software on GIT in the next weeks.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 08:04:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104911#M20136</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-12-10T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104913#M20137</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cool&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 06:59:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104913#M20137</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2020-12-10T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104930#M20138</link>
      <description>&lt;P&gt;Wow! Nice!!!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 08:41:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104930#M20138</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-12-10T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104931#M20139</link>
      <description>&lt;P&gt;what do you use for the actual face recongnition?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 08:42:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104931#M20139</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-12-10T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104941#M20140</link>
      <description>&lt;P&gt;Im use Python + &lt;A href="https://opencv.org/" target="_self"&gt;OpenCV&lt;/A&gt; (for face recongnition)&lt;/P&gt;
&lt;P&gt;Install:&lt;/P&gt;
&lt;P&gt;python&lt;BR /&gt;pip install opencv-python&lt;BR /&gt;pip install opencv-contrib-python&lt;/P&gt;
&lt;P&gt;I will publish my tool on GIT. But at the moment it is still in early alpha status.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 09:27:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104941#M20140</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-12-10T09:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104944#M20141</link>
      <description>&lt;P&gt;I see great potential here. Like receive an alert when boss is approaching my office&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 09:41:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104944#M20141</guid>
      <dc:creator>HristoGrigorov</dc:creator>
      <dc:date>2020-12-10T09:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104960#M20142</link>
      <description>&lt;P&gt;Great one!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 11:25:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104960#M20142</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2020-12-10T11:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104964#M20143</link>
      <description>&lt;P&gt;I need this for our office. Now you can recognise the good guys from the bad guys &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 11:51:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104964#M20143</guid>
      <dc:creator>Gateway</dc:creator>
      <dc:date>2020-12-10T11:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104965#M20144</link>
      <description>&lt;P&gt;awesome &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; and abit scary!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 12:01:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104965#M20144</guid>
      <dc:creator>Magnus-Holmberg</dc:creator>
      <dc:date>2020-12-10T12:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104969#M20145</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/687"&gt;@Danny&lt;/a&gt;&amp;nbsp; is holding a printout of&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;'s face into the camera and gets full admin access to his firewall.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 13:00:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/104969#M20145</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2020-12-10T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105001#M20152</link>
      <description>&lt;P&gt;oops, full admin access! &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:06:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105001#M20152</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-12-10T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105004#M20153</link>
      <description>&lt;P&gt;This is certainly a different approach to Identity Awareness. &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:19:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105004#M20153</guid>
      <dc:creator>masher</dc:creator>
      <dc:date>2020-12-10T15:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105011#M20155</link>
      <description>&lt;P&gt;This is absolutely impressive.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:45:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105011#M20155</guid>
      <dc:creator>Alex-</dc:creator>
      <dc:date>2020-12-10T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105021#M20157</link>
      <description>&lt;P&gt;Is a great idea. You should sell that as a product.&lt;/P&gt;&lt;P&gt;We have a central access control into our data center at our company. Here you could immediately enable the service ports via firewall rule.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 16:18:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105021#M20157</guid>
      <dc:creator>Eliot</dc:creator>
      <dc:date>2020-12-10T16:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105022#M20158</link>
      <description>&lt;P&gt;next level - recognize based on my face if I am not too tired/bored/drunk &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Only after that I am able to open smartConsole or CLI &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 16:21:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105022#M20158</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2020-12-10T16:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105078#M20165</link>
      <description>&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Start Smart Console via face recognition and laugh mode.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1702"&gt;@JozkoMrkvicka&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Next level &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;. Now it gets even crazier.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Laugh mode&lt;/STRONG&gt; in face recognition &lt;STRONG&gt;to start the SmartConsole&lt;/STRONG&gt; automatically.&lt;/P&gt;
&lt;P&gt;The idea of starting the SmartConsole automatically was easy to programme. &lt;BR /&gt;&lt;BR /&gt;I have added the following to the face recognition tool:&lt;BR /&gt;- &lt;STRONG&gt;Laugh mode in face recognition:&lt;/STRONG&gt; Now the Smart Console opens automatically.&amp;nbsp;&lt;BR /&gt;- Automatic authentication at the SmartCenter (more read here: &lt;A href="https://community.checkpoint.com/docs/DOC-3243-r8020-portable-smartconsole" target="_blank" rel="noopener"&gt;R80.20 - Portable SmartConsole + Tips and Tricks&lt;/A&gt;)&lt;BR /&gt;- Now I send the SmartConsole the login file with the parameter "-p" &lt;BR /&gt;&amp;nbsp;&amp;nbsp; ("C:\Program Files (x86)\CheckPoint\SmartConsole\R80.40\PROGRAM\SmartConsole.exe" -p D:\SmartConsoleP.xml)&lt;BR /&gt;&amp;nbsp; The SmartConsoleP.xml file contains the login credentials(SMS IP, User, PW).&lt;/P&gt;
&lt;P&gt;This is the result:&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6215525900001w960h540r469" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6215525900001" data-account="6058022097001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022097001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6215525900001w960h540r469');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.checkpoint.com/t5/video/gallerypage/video-id/6215525900001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 09:47:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105078#M20165</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-12-12T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105079#M20166</link>
      <description>&lt;P&gt;wow...&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 23:39:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105079#M20166</guid>
      <dc:creator>Phil_Atkinson</dc:creator>
      <dc:date>2020-12-10T23:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105081#M20167</link>
      <description>&lt;P&gt;That's actually all you need to programme in python for laugh recognition:-)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;smile_cascade = cv2.CascadeClassifier('cascades/data/haarcascade_smile.xml')
ret, frame = cap.read()
gray  = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
for (x, y, w, h) in faces:
    	roi_gray = gray[y:y+h, x:x+w]
...

    	subitems = smile_cascade.detectMultiScale(roi_gray, 1.4, 20)
    	sub_1 = str(subitems).strip('[]')
    	if sub_1 != "()":
    	  smile = 1
    	for (ex,ey,ew,eh) in subitems:
    		cv2.rectangle(roi_color,(ex,ey),(ex+ew,ey+eh),(255,255,0),2)

...
    if smile == 1:
        os.system('"D:\\sc.bat"');
        font = cv2.FONT_HERSHEY_SIMPLEX
    	color = (255, 255, 255)
    	stroke = 3
    	cv2.putText(frame, "Smile:    Start SmartConsole", (1,90), font, 0.7, color, 1, cv2.LINE_AA)

... &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the sc.bat file I start the SmartConsole:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"C:\Program Files (x86)\CheckPoint\SmartConsole\R80.40\PROGRAM\SmartConsole.exe" -p D:\SmartConsoleP.xml&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the file SmartConsoleP.xml for the SmartConsole login:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
	&amp;lt;RemoteLaunchParemeters xmlns:xsi="http:confused_face:/www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http:confused_face:/www.w3.org/2001/XMLSchema"&amp;gt;
		&amp;lt;Username&amp;gt;admin&amp;lt;/Username&amp;gt;
		&amp;lt;ServerIP&amp;gt;x.y.z.w&amp;lt;/ServerIP&amp;gt;
		&amp;lt;DomainName&amp;gt;&amp;lt;/DomainName&amp;gt;
		&amp;lt;ReadOnly&amp;gt;False&amp;lt;/ReadOnly&amp;gt;
		&amp;lt;CloudDemoMode&amp;gt;False&amp;lt;/CloudDemoMode&amp;gt;
		&amp;lt;Password&amp;gt;this is secret&amp;lt;/Password&amp;gt;
	&amp;lt;/RemoteLaunchParemeters&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 09:50:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105081#M20167</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-12-12T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105102#M20169</link>
      <description>&lt;P&gt;cool demo ! I love it.&lt;/P&gt;&lt;P&gt;but I also see real world usecases where you only allow for example access to sensitive data as long as a user is recognized by the cam, while access is immediately disabled if the user is not looking at the screen. of course this depends very much on the application...&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 07:17:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105102#M20169</guid>
      <dc:creator>Reinhard_Stich</dc:creator>
      <dc:date>2020-12-11T07:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Face recognition with R81</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105106#M20173</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/22276"&gt;@Reinhard_Stich&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have been programming my home automation for many years and use face recognition as an &lt;STRONG&gt;additional&lt;/STRONG&gt; function (for example: door opener, separate web console profiles for each family member in the home automation,...). I don't use Siri or Alexa to recognise speech in my home automation. From my point of view, this is a security issue. I use a speech recognition system that does not access the internet.&lt;/P&gt;
&lt;P&gt;Hence the idea of connecting this with Check Point firewall.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I would not seriously use this tool for customers&amp;nbsp;and I think there is no real world use case. &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I just wanted to show the potential behind R81 "Generic Data Center Objects" and it was an interesting small project. Safety must also be considered here. The security of the web server must also be considered for "&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk167210&amp;amp;partition=Basic&amp;amp;product=Security" target="_blank" rel="noopener noopener noreferrer"&gt;sk167210: Generic Data Center feature&lt;/A&gt;" objects. If I can hack the web server, I can manipulate the "Generic Data Center Objects" objects and so I can manipulate the firewall access. In my view, this is also an important safety factor. Here I am waiting for the web application firewall that Check Point has been announcing for years at CPX in Barcelona.&lt;/P&gt;
&lt;P&gt;But all in all, it was an interesting project for me.&lt;/P&gt;
&lt;P&gt;PS: &lt;BR /&gt;Now a little more fun. For christmas I will add a Father Christmas recognition and see if the Father Christmas laughs when he brings the packages or if he is stressed. &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":rolling_on_the_floor_laughing:"&gt;🤣&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 08:13:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Face-recognition-with-R81/m-p/105106#M20173</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-12-11T08:13:22Z</dc:date>
    </item>
  </channel>
</rss>

