{"id":94587,"date":"2026-02-19T05:17:22","date_gmt":"2026-02-19T08:17:22","guid":{"rendered":"https:\/\/tech.einnews.com\/article\/893648599"},"modified":"2026-02-19T05:17:22","modified_gmt":"2026-02-19T08:17:22","slug":"mke-co-sheriffs-office-pushing-for-facial-recognition-tech-as-locals-respond","status":"publish","type":"post","link":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/2026\/02\/19\/mke-co-sheriffs-office-pushing-for-facial-recognition-tech-as-locals-respond\/","title":{"rendered":"MKE Co. Sheriff&#8217;s Office pushing for facial recognition tech as locals respond"},"content":{"rendered":"<div><img data-opt-id=1665788592  fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/ewscripps.brightspotcdn.com\/dims4\/default\/93681c3\/2147483647\/strip\/true\/crop\/1280x672+0+24\/resize\/1200x630!\/quality\/90\/?url=http%3A%2F%2Fewscripps-brightspot.s3.amazonaws.com%2F55%2F67%2Fe68dea8f40829cd1011988170937%2Fmixcollage-18-feb-2026-05-20-pm-1920.jpg\" class=\"ff-og-image-inserted\"><\/div>\n<div class=\"RichTextArticleBody\">\n<div class=\"RichTextArticleBody-body\">\n<p>MILWAUKEE COUNTY \u2014 The Milwaukee County Sheriff&#8217;s Office could be one step closer to acquiring facial recognition technology after signing an intent agreement with Biometrica last August, sparking debate over privacy and accuracy concerns.<\/p>\n<p>A spokesperson for the Sheriff&#8217;s Office told TMJ4 that the agreement demonstrates intent to enter into a contract with the company. It represents a step toward possibly acquiring the same technology previously proposed to the Milwaukee Police Department. <a class=\"Link\" href=\"https:\/\/www.tmj4.com\/news\/milwaukee-county\/milwaukee-police-chief-to-ban-facial-recognition-technology-after-community-concerns\" target=\"_blank\">MPD pulled its plan after public outcry <\/a>over privacy concerns. <\/p>\n<p>The information came out Monday at an MCSO community advisory board meeting. <\/p>\n<p><b><i>Watch: MKE&nbsp;Co. Sheriff&#8217;s Office pushing for facial recognition tech as locals respond<\/i><\/b><\/p>\n<p><span class=\"VideoEnhancement\" data-video-disable-history> <\/p>\n<div class=\"VideoEnhancement-title\">MKE Co. Sheriff&#8217;s Office pushing for facial recognition tech as locals respond<\/div>\n<p> <\/span><\/p>\n<p>The technology works by using cameras or images to capture a person&#8217;s face, mapping key features like the distance between the eyes or the shape of the nose to create a digital &#8220;faceprint.&#8221; That profile is then compared to stored images, helping investigators generate leads. Investigators would still need to provide enough evidence for probable cause to issue an arrest or warrant.<\/p>\n<p>It&#8217;s a topic that&#8217;s been at the center of debate throughout Milwaukee County. <\/p>\n<p>Community advocates have raised concerns about privacy violations and the potential for misidentifying individuals through the technology.<\/p>\n<p>Faye Maliszewski, who operates a nonprofit in Greendale, supports the sheriff&#8217;s office using the technology.<\/p>\n<p>&#8220;I think it speeds up the process of catching a criminal,&#8221; Maliszewski said.<\/p>\n<p>She believes the benefits outweigh the risks, even when it comes to possible misidentifications.<\/p>\n<p>&#8220;That can happen, but you&#8217;ve got time to figure it out\u2026 I have nothing to hide,&#8221; Maliszewski said.<\/p>\n<p>Not everyone is convinced facial recognition is the right move.<\/p>\n<p>&#8220;It could easily misidentify people \u2014 there&#8217;s a possibility for racial profiling, or even worse than that,&#8221; Taiquan Robinson said.<\/p>\n<p>County Executive David Crowley has not signed any agreement with Biometrica. Last July, Crowley signed a resolution from the Milwaukee County Board of Supervisors requesting the development of a comprehensive policy framework for facial recognition technology use, with input and approval from the County&#8217;s Information Management Services Division and Office of Corporation Counsel.<\/p>\n<p>A spokesperson for Crowley said the county executive is awaiting completion and approval of this policy before making any decisions.<\/p>\n<p>&#8220;County Executive Crowley does not support technology that infringes on our residents&#8217; First Amendment rights and is committed to continued conversations with the Milwaukee County Sheriff&#8217;s Office, OCC, IMSD, and other relevant stakeholders to ensure personal data and civil liberties are protected,&#8221; the spokesperson said.<\/p>\n<p>If the sheriff&#8217;s office wants to move forward, Crowley&#8217;s signature and approval from other county stakeholders will be required.<\/p>\n<p><i>This story was reported on-air by a journalist and has been converted to this platform with the assistance of AI. Our editorial team verifies all reporting on all platforms for fairness and accuracy.<\/i><\/p>\n<hr>\n<div class=\"Form\">\n<div class=\"Form-title\">Let&#8217;s talk:<\/div>\n<div class=\"Form-description\">Hey there! At TMJ4 News, we&#8217;re all about listening to our audience and tackling the stuff that really matters to you. Got a story idea, tip, or just want to chat about this piece? Hit us up using the form below. For more ways to get in touch, head over to tmj4.com\/tips. <\/div>\n<div class=\"Form-items\">\n<div class=\"Form-items-item\">\n<div class=\"CaptchaInput\"><label class=\"CaptchaInput-label\">Verification: <\/p>\n<div class=\"CaptchaInput-captcha\"> (function() { document.addEventListener(&#8220;DOMContentLoaded&#8221;, function() { if (!window.recaptchaLoaded) { var RECAPTCHA_SELECTOR = &#8216;.GoogleCaptcha&#8217;, RECAPTCHA_UNCHECKED_CLASSNAME = &#8216;CaptchaInput-error&#8217;, DATA_FORM_DISABLE_SELECTOR = &#8216;data-form-disabled&#8217;, RECAPTCHA_LIBRARY = &#8216;https:\/\/www.google.com\/recaptcha\/api.js?onload=recaptchaLoaded&#8217;, recaptchas; var stopFormSubmit = function(e) { var captcha = e.target.querySelector(RECAPTCHA_SELECTOR); e.preventDefault(); e.stopImmediatePropagation(); e.stopPropagation(); captcha.classList.add(RECAPTCHA_UNCHECKED_CLASSNAME); if (&#8216;scrollIntoView&#8217; in document.documentElement) { captcha.scrollIntoView(false); } }; \/\/ Polyfill for DOM &#8216;closest&#8217; function for IE 9+ if (!Element.prototype.closest) { if (!Element.prototype.matches) { Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; } Element.prototype.closest = function (s) { var el = this; if (!document.documentElement.contains(el)) return null; do { if (el.matches(s)) return el; el = el.parentElement || el.parentNode; } while (el !== null &amp;&amp; el.nodeType === 1); return null; }; } window.recaptchaLoaded = function () { recaptchas = document.querySelectorAll(RECAPTCHA_SELECTOR); window.recaptchaDisable(); }; window.recaptchaEnable = function () { recaptchas.forEach(function (captcha) { let form = captcha.closest(&#8216;form&#8217;); form.removeAttribute(DATA_FORM_DISABLE_SELECTOR); form.removeEventListener(&#8216;submit&#8217;, stopFormSubmit); captcha.classList.remove(RECAPTCHA_UNCHECKED_CLASSNAME); }); }; window.recaptchaDisable = function () { recaptchas.forEach(function (captcha) { let form = captcha.closest(&#8216;form&#8217;); form.setAttribute(DATA_FORM_DISABLE_SELECTOR, &#8221;); form.addEventListener(&#8216;submit&#8217;, stopFormSubmit); }); }; let scriptTag = document.createElement(&#8216;script&#8217;); scriptTag.setAttribute(&#8216;src&#8217;, RECAPTCHA_LIBRARY); scriptTag.setAttribute(&#8216;async&#8217;, &#8216;true&#8217;); document.querySelector(&#8216;head&#8217;).appendChild(scriptTag); } }); })();\n <\/div>\n<p> <\/label>\n<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<hr>\n<p><b><i>It\u2019s about time to watch on your time. Stream local news and weather 24\/7 by searching for \u201cTMJ4\u201d on your device.<\/i><\/b><\/p>\n<p><a class=\"Link\" href=\"https:\/\/www.tmj4.com\/apps\" target=\"_blank\"><b><i>Available for download on Roku, Apple TV, Amazon Fire TV, and more.<\/i><\/b><\/a><\/p>\n<hr>\n<p><a class=\"Link\" href=\"https:\/\/www.tmj4.com\/reportatypo\"><b>Report a typo or error<\/b><\/a> \/\/ <a class=\"Link\" href=\"https:\/\/www.tmj4.com\/news\/submit-news-tip\"><b>Submit a news tip<\/b><\/a><\/p>\n<\/div><\/div>\n<p><strong><a href=\"https:\/\/blockads.fivefilters.org\"> <\/a><\/strong> <a href=\"https:\/\/blockads.fivefilters.org\/acceptable.html\"> <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8230; closer to acquiring facial recognition <span class=\"match\">technology<\/span> after signing an intent agreement &#8230; for facial recognition <span class=\"match\">tech<\/span> as locals respond The <span class=\"match\">technology<\/span> works by using &#8230; for misidentifying individuals through the <span class=\"match\">technology<\/span>. Faye Maliszewski, who operates a &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"","fifu_image_alt":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-94587","post","type-post","status-publish","format-standard","hentry","category-news","wpcat-1-id"],"_links":{"self":[{"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/posts\/94587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/comments?post=94587"}],"version-history":[{"count":0,"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/posts\/94587\/revisions"}],"wp:attachment":[{"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/media?parent=94587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/categories?post=94587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/new7.shop\/zerocostfreehost\/index.php\/wp-json\/wp\/v2\/tags?post=94587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}