ADVERTISEMENT

Body-cam footage shows police left an Ohio man handcuffed and facedown on a bar floor before he died

Published Apr 27, 2024 04:58 am

TOLEDO, Ohio (AP) — An Ohio man who was handcuffed and left facedown on the floor of a social club last week died in police custody, and the officers involved have been placed on paid administrative leave.

Police body-camera footage released Wednesday shows a Canton police officer responding to a report of a crash and finding Frank Tyson, a 53-year-old East Canton resident, by the bar in a nearby American Veterans, or AMVETS, post.

The crash at about 8 p.m. on April 18 had severed a utility pole. Officer Beau Schoenegge's body-camera footage shows that after a passing motorist directed police to the bar, a woman opened the door and said: "Please get him out of here, now.”

Police grabbed Tyson, and he resisted being handcuffed and said repeatedly, “They’re trying to kill me” and “Call the sheriff,” as he was taken to the floor.

They restrained him — including with a knee on his back — and he immediately told officers he could not breathe. A recent Associated Press investigation found those words — “I can't breathe” — had been disregarded in other cases of deaths in police custody.

Officers told Tyson he was fine, to calm down and to stop fighting as he was facedown with his legs crossed on the carpeted floor. Police were joking with bystanders and leafing through Tyson's wallet before realizing he was in a medical crisis.

Five minutes after the body-camera footage recorded Tyson saying "I can’t breathe,” one officer asked another if Tyson had calmed down. The other replied, “He might be out.”

Tyson telling officers he was unable to breathe echoes the events preceding the death of George Floyd at the hands of Minneapolis police in 2020. Tyson was Black, according to the coroner’s office. Both Canton Police Department traffic bureau officers who were placed on leave, Schoenegge and Camden Burch, are white, according to the police department.

Tyson did not move when an officer told him to stand and tried to roll him over. They shook him and checked for a pulse.

Minutes later, an officer said medics needed to “step it up” because Tyson was not responding and the officer was unsure if he could feel a pulse. Officers began CPR.

The Canton police report about Tyson’s death that was issued Friday said that “shortly after securing him,” officers “recognized that Tyson had become unresponsive” and that CPR was performed. Doses of Narcan were also administered before medics arrived. Tyson was pronounced dead at a hospital less than an hour later.

Chief investigator Harry Campbell with the Stark County Coroner’s Office said Thursday an autopsy was conducted earlier in the week and Tyson’s remains were released to a funeral home.

His niece, Jasmine Tyson, called the video “nonsense” in an interview with WEWS-TV in Cleveland. “It just seemed like forever that they finally checked him,” Jasmine Tyson said.

Frank Tyson was released from state prison on April 6 after serving 24 years on a kidnapping and theft case and was almost immediately declared a post-release control supervision violator for failing to report to a parole officer, according to the Ohio Department of Rehabilitation and Correction.

A Tyson family member reached by phone Thursday declined immediate comment.

The Ohio Attorney General's Bureau of Criminal Investigation said in a statement Thursday that its probe will not determine if force was justified and that the prosecuting attorney or a grand jury will decide if charges related to the use of force are warranted.

Canton Mayor William V. Sherer II said he expressed his condolences to Frank Tyson's family in person.

“As we make it through this challenging time, my goal is to be as transparent with the community as possible,” Sherer said in a statement released Wednesday.

The U.S. Department of Justice has warned police officers since the mid-1990s to roll suspects off their stomachs as soon as they are handcuffed because of the danger of positional asphyxia.

Many policing experts agree that someone can stop breathing if pinned on their chest for too long or with too much weight because it can compress the lungs and put stress on the heart. But when done properly, putting someone on their stomach is not inherently life-threatening.

An investigation led by The Associated Press published in March found more than 1,000 people died over a decade after police subdued them through means not intended to be lethal, including prone restraint.

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.