ADVERTISEMENT

OSAA denies absence of CCTV footage of Senate shooting

Published May 16, 2026 04:35 pm
After stating in an interview that it could not find closed-circuit television (CCTV) footage showing the movements of its personnel, the Office of the Senate Sergeant-at-Arms (OSAA) admitted on Saturday, May 16, that it had footage of the shooting incident covering the concerned areas of the second floor of the Senate.
Acting Sergeant-at-Arms Mao Aplasca
Acting Sergeant-at-Arms Mao Aplasca
In a statement from Acting Sergeant-at-Arms Mao Aplasca, he says that they strongly deny "the false and misleading" information circulating on social media platforms and being reported by certain news agencies claiming that there was no available CCTV footage on the second floor of the Senate building in relation to the shooting incident involving its personnel and operatives of the National Bureau of Investigation (NBI) that occurred on May 13.
"For the record, the CCTV system covering the concerned areas of the Senate premises was fully operational during the incident," he said.
He said that on May 14, the OSAA formally received an official request dated May 14 from PCol John Guiaguif, the Philippine National Police - Criminal Investigation and Detection Group Regional Field Unit, National Capital Region (PNP CIDG RFU NCR), for copies of CCTV footage relevant to the reported incident inside the Senate premises.
In compliance with said request and in full cooperation with the ongoing investigation, the Aplasca said that the OSAA, through its Integrated Electronics and Technical Section, voluntarily provided the requested CCTV footage on the same date to the PNP CIDG RFU NCR.
The extraction and turnover of the CCTV recordings were conducted with the participation and technical coordination of authorized PNP personnel.
"Corresponding certifications and acknowledgment receipts were likewise executed and signed by the receiving PNP personnel confirming their receipt of the CCTV copies, specifically pertaining to DVR 2 CCTV Cam 8 and DVR 8 CCTV Cams 7 and 8 covering the relevant period of the incident," he said.
"The certifications further affirmed that the CCTV footage provided was authentic, original, unaltered, and directly obtained from the official Senate CCTV system," he added.
He said that these official records categorically disprove allegations that no CCTV footage existed or was made available to authorities.
However, in a radio interview on DZRH, it was Aplasca who stated twice that there's no available CCTV footage that could have captured the movements of the OSAA personnel and the Marines.
He was specifically asked if there was any footage that he could produce on the side of the OSAA personnel in case it was asked to do so in the investigation.
“So yesterday, pinareview ko yung mga CCTV. So wala po kaming mahanap doon sa area ng position po ng mga OSAA at Marines (So yesterday, I had the CCTV reviewed. We couldn’t find anything in the area where the OSAA and Marines were positioned),” Aplasca said.
He was asked in the interview a second time if there was CCTV footage that would show the movements of the OSAA and Marines during the shooting incident.
“Sabi ko nga, wala kaming mahanap na kuha ng mga galaw ng mga OSAA (As I said, we couldn’t find any footage showing the movements of the OSAA),” he said.
His statement did mention specifically that the CCTV footage available covered the position of its personnel and Marines, since he earlier stated that it could not be found.
Aplasca has already been placed under preventive suspension without pay for six months, effective immediately, by Ombudsman Jesus Crispin “Boying” Remulla on Friday, May 15.
The Office of Senate President Alan Peter Cayetano has yet to confirm whether or not Aplasca has been replaced.

Related Tags

Office of the Sergeant-At-Arms Senate shooting MAO APLASCA Senate of the Philippines
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.