Paul McWhorter - Latest News and Information
  • All Technology
  • AI
  • Autonomy
  • B2B Growth
  • Big Data
  • BioTech
  • ClimateTech
  • Consumer Tech
  • Crypto
  • Cybersecurity
  • DevOps
  • Digital Marketing
  • Ecommerce
  • EdTech
  • Enterprise
  • FinTech
  • GovTech
  • Hardware
  • HealthTech
  • HRTech
  • LegalTech
  • Nanotech
  • PropTech
  • Quantum
  • Robotics
  • SaaS
  • SpaceTech
AllNewsDealsSocialBlogsVideosPodcastsDigests

Technology Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
Paul McWhorter

Paul McWhorter

Creator
0 followers

Experienced educator offering step-by-step tutorials in robotics, Arduino, and electronics. Focuses on practical coding and engineering skills for building and controlling robots.

Recent Posts

AI on the Edge: YOLO Object Detection on Raspberry Pi with IP Cameras
Video•Jan 3, 2026

AI on the Edge: YOLO Object Detection on Raspberry Pi with IP Cameras

The video walks viewers through extending the AI‑on‑the‑edge series by running the YOLO object‑detection model on a Raspberry Pi 5 while pulling video from an external IP camera. Paul emphasizes starting with a freshly flashed Debian Bookworm image because earlier releases lack full port support, and he assumes YOLO is already installed from his prior tutorial. Key technical steps include locating the camera’s RTSP URL, embedding it in the Python script, and replacing hard‑coded credentials with a secure secrets file. The core of the solution is a dedicated frame‑grabber thread that continuously reads frames, uses lock mechanisms to avoid race conditions, and supplies the latest image to the main inference loop. This design mitigates the latency and frame‑drop issues typical of network‑based streams. He demonstrates using the open‑source Camlytics Service (ODM) to discover and test RTSP streams, showing how to extract the correct URL segment and adjust camera resolution to a Pi‑friendly 1280×720. Throughout, Paul stresses proper virtual‑environment configuration in Thonny and clean shutdown procedures, including thread termination and garbage collection. By enabling low‑cost, real‑time object detection on readily available hardware, the tutorial opens the door for hobbyists and small enterprises to deploy edge‑AI surveillance, inventory monitoring, or robotics applications without relying on cloud processing.

By Paul McWhorter
AI on the Edge: Watch This Before Buying a Raspberry Pi HAILO Accelerator
Video•Dec 30, 2025

AI on the Edge: Watch This Before Buying a Raspberry Pi HAILO Accelerator

The video walks viewers through setting up AI on the edge using a Raspberry Pi 5, focusing on running YOLOv11 for object detection without any external accelerator. Paul McCarter explains why he chooses the 8 GB Pi 5 and a fresh...

By Paul McWhorter