Tagged articles
24 articles
Page 1 of 1
php Courses
php Courses
Jul 3, 2025 · Artificial Intelligence

Build a PHP Camera Emotion Detector with FFmpeg and Fer2013

This guide walks you through installing necessary drivers and libraries, capturing webcam frames with PHP and FFmpeg, and using the Fer2013 model to recognize facial emotions, providing a complete example that displays both the image and detected mood on a web page.

AIEmotion RecognitionFer2013
0 likes · 5 min read
Build a PHP Camera Emotion Detector with FFmpeg and Fer2013
php Courses
php Courses
Jun 13, 2025 · Backend Development

How to Build a Real-Time Camera Filter App with PHP and JavaScript

This tutorial walks you through installing PHP‑GD and Video4Linux, creating a web page that previews the webcam using getUserMedia, adding a filter selector, and processing the image on the server with PHP‑GD to apply real‑time visual effects.

GD libraryImage ProcessingJavaScript
0 likes · 9 min read
How to Build a Real-Time Camera Filter App with PHP and JavaScript
php Courses
php Courses
May 28, 2025 · Backend Development

Real-Time Webcam Capture and Image Effects with PHP

This tutorial explains how to set up a PHP environment, use OpenCV and the GD library to capture webcam video frames, apply real-time image filters such as grayscale, blur, contrast, and edge detection, and switch effects via keyboard input, enabling personalized photo creation.

GD libraryImage ProcessingOpenCV
0 likes · 4 min read
Real-Time Webcam Capture and Image Effects with PHP
php Courses
php Courses
Apr 16, 2025 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP environment, use OpenCV and GD libraries to capture live webcam frames, apply various image filters such as grayscale, Gaussian blur, contrast adjustments, edge detection, and switch effects via keyboard input, providing complete code examples.

GD libraryOpenCVPHP
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Mar 17, 2025 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This article demonstrates how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real-time image effects such as grayscale, Gaussian blur, contrast adjustments, edge detection, and implement keyboard-controlled effect switching, providing complete code examples.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Feb 12, 2025 · Backend Development

Real-Time Photo Effects with PHP: Capturing Webcam Video and Applying Filters

This tutorial explains how to use PHP with OpenCV and the GD library to capture webcam video, save each frame as a JPEG, and apply various real‑time image filters such as grayscale, Gaussian blur, contrast adjustments, and edge detection, including keyboard‑controlled filter switching.

FiltersGDOpenCV
0 likes · 5 min read
Real-Time Photo Effects with PHP: Capturing Webcam Video and Applying Filters
php Courses
php Courses
Dec 10, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP development environment, capture live video from a webcam using OpenCV, and apply various real‑time image effects with the GD library, including keyboard‑controlled effect switching.

OpenCVVideo CaptureWebcam
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Nov 19, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Image Effects

This tutorial explains how to set up a PHP environment, capture live video from a webcam using OpenCV, and apply various real‑time image effects with the GD library, including grayscale, Gaussian blur, contrast adjustments, edge detection, and keyboard‑controlled effect switching.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Image Effects
php Courses
php Courses
Nov 14, 2024 · Backend Development

Real-Time Webcam Capture and Image Effects Using PHP

This tutorial explains how to set up a PHP environment, capture live video from a webcam with OpenCV, and apply various real‑time image effects such as grayscale, Gaussian blur, contrast adjustments, and edge detection, including keyboard‑controlled effect switching.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Real-Time Webcam Capture and Image Effects Using PHP
php Courses
php Courses
Oct 24, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real‑Time Effects

This tutorial explains how to set up a PHP environment, use OpenCV and GD libraries to capture live webcam frames, apply various image‑processing effects such as grayscale, blur, contrast adjustments, and implement keyboard‑controlled effect switching, all with complete code examples.

GDImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real‑Time Effects
php Courses
php Courses
Oct 22, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This article demonstrates how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real-time image effects such as grayscale, Gaussian blur, contrast adjustments, and implement keyboard-controlled effect switching, providing complete code examples.

GD libraryImage ProcessingOpenCV
0 likes · 4 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Oct 17, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real‑time image effects such as grayscale, blur, contrast, and edge detection, and add keyboard controls for switching filters, enabling creative photo processing.

GDOpenCVWebcam
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Oct 10, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP environment, capture live webcam video with OpenCV, and apply various real‑time image effects using the GD library, including code examples for grayscale, blur, contrast, edge detection, and keyboard‑controlled effect switching.

OpenCVWebcamgd-library
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Jun 25, 2024 · Backend Development

Using PHP to Access a Webcam and Apply Real-Time Filters

This tutorial explains how to install the necessary PHP‑GD and Video4Linux components, create a web page that shows a live webcam preview with JavaScript, add a filter selector, and process the selected filter on the server side using PHP‑GD to produce real‑time filtered images.

GD libraryJavaScriptWebcam
0 likes · 8 min read
Using PHP to Access a Webcam and Apply Real-Time Filters
php Courses
php Courses
Feb 19, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real‑Time Effects

This tutorial explains how to set up a PHP environment, capture live webcam frames with OpenCV, and apply various real‑time image effects using the GD library, including code examples for switching effects via keyboard input.

Webcamreal-time effects
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real‑Time Effects
Programmer DD
Programmer DD
Apr 17, 2020 · Artificial Intelligence

How to Make People Vanish in Real‑Time Using TensorFlow.js and MobileNet

Jason Mayes, a Google web engineer, open‑sourced a TensorFlow.js demo that removes people from live webcam video in real time using a lightweight MobileNet model, with only about 200 lines of code, and provides GitHub and CodePen links for experimentation.

Computer VisionMobileNetReal-time Video
0 likes · 9 min read
How to Make People Vanish in Real‑Time Using TensorFlow.js and MobileNet
Tencent Cloud Developer
Tencent Cloud Developer
Mar 11, 2020 · Artificial Intelligence

Build a Real‑Time Webcam Posture Monitor with TensorFlow.js

During pandemic remote work, this guide shows engineers how to use a webcam, TensorFlow.js pose detection, and simple web APIs to monitor posture, automate meal and water reminders, and generate audio alerts, turning everyday health risks into a programmable personal wellness system.

JavaScriptPosture DetectionTensorFlow.js
0 likes · 12 min read
Build a Real‑Time Webcam Posture Monitor with TensorFlow.js