Tagged articles
26 articles
Page 1 of 1
php Courses
php Courses
Apr 15, 2025 · Artificial Intelligence

Using PHP to Access a Camera and Perform Image Recognition

This article explains how to use PHP to control a camera via extensions such as OpenCV or FFmpeg, integrate image‑recognition libraries like Tesseract OCR, and apply these techniques to scenarios such as security monitoring, object detection, and facial‑recognition login, enhancing application intelligence.

AICameraOpenCV
0 likes · 6 min read
Using PHP to Access a Camera and Perform Image Recognition
php Courses
php Courses
Jan 23, 2025 · Artificial Intelligence

Emotion Recognition Using PHP and Camera: A Step-by-Step Guide

This guide demonstrates how to install necessary Linux drivers and PHP libraries, capture a camera frame with FFmpeg, and integrate the Fer2013 AI model via Python to perform real-time emotion recognition using PHP, complete with sample code.

AICameraEmotion Recognition
0 likes · 4 min read
Emotion Recognition Using PHP and Camera: A Step-by-Step Guide
php Courses
php Courses
Dec 18, 2024 · Artificial Intelligence

Using PHP to Access the Camera and Perform Face Detection with OpenCV

This article explains how to install OpenCV and php-facedetect libraries, write PHP code to capture images from a webcam, perform face detection using the pico library, and display the results, providing a step‑by‑step guide for object detection with PHP.

CameraComputer VisionFace Detection
0 likes · 5 min read
Using PHP to Access the Camera and Perform Face Detection with OpenCV
php Courses
php Courses
May 20, 2024 · Artificial Intelligence

Using PHP and OpenCV for Real-Time Camera Image Processing

This tutorial explains how PHP developers can install OpenCV and the php‑opencv extension, capture video from a webcam, display live frames in a browser, and perform basic real‑time image processing such as face detection using Haar cascades.

CameraFace DetectionOpenCV
0 likes · 5 min read
Using PHP and OpenCV for Real-Time Camera Image Processing
php Courses
php Courses
May 13, 2024 · Backend Development

Implementing Camera Access in Web Applications Using PHP and the Media Capture API

This article explains how to use the browser's Media Capture API to access a user's camera, provides a step‑by‑step PHP example that captures, uploads, and displays photos via an HTML form, and discusses the underlying principles and potential extensions such as face recognition or video chat.

CameraMedia Capture APIPHP
0 likes · 5 min read
Implementing Camera Access in Web Applications Using PHP and the Media Capture API
php Courses
php Courses
May 10, 2024 · Artificial Intelligence

Using PHP to Operate a Camera and Perform Image Recognition

This article explains how to use PHP together with camera control libraries and image‑recognition tools such as OpenCV and Tesseract OCR to build intelligent applications, providing code examples and discussing practical use cases like security monitoring and face‑login.

CameraOpenCVPHP
0 likes · 5 min read
Using PHP to Operate a Camera and Perform Image Recognition
php Courses
php Courses
May 9, 2024 · Backend Development

Real-Time Camera Monitoring with PHP

This tutorial explains how to set up a real‑time camera monitoring system using PHP, covering hardware connection, required streaming server software, a complete PHP script to fetch and stream video, and instructions for running and security considerations for local environments.

CameraPHPReal-time Streaming
0 likes · 4 min read
Real-Time Camera Monitoring with PHP
php Courses
php Courses
Apr 29, 2024 · Backend Development

How to Access a Camera in PHP Using OpenCV

This tutorial explains how to set up the required hardware and software, install the OpenCV PHP extension, and write PHP code to capture video frames from a camera and display them in a browser, providing a complete example for developers.

CameraOpenCVPHP
0 likes · 5 min read
How to Access a Camera in PHP Using OpenCV
php Courses
php Courses
Apr 16, 2024 · Artificial Intelligence

Using PHP and OpenCV for Camera‑Based Object Detection

This tutorial explains how to install required libraries, write PHP code that captures images from a webcam, uses OpenCV and php‑facedetect to detect faces, and displays the results with annotated bounding boxes, providing a foundation for further object detection projects.

CameraComputer VisionFace Detection
0 likes · 6 min read
Using PHP and OpenCV for Camera‑Based Object Detection
DaTaobao Tech
DaTaobao Tech
Apr 21, 2023 · Mobile Development

Resolving Near-Field Blur on iPhone Pro Max via Camera Switching and Microscopy Capability

The iPhone 13/14 Pro Max near‑field blur was fixed by the Paizhil Tao team by replacing the deprecated AVCaptureDevice call with AVCaptureDeviceDiscoverySession, calibrating videoZoomFactor thresholds and leveraging the virtualDeviceSwitchOverVideoZoomFactors API to automatically switch between wide, telephoto and ultra‑wide lenses under suitable zoom, lighting and focus conditions, thereby restoring close‑up image clarity and boosting recognition performance.

AVCaptureDeviceCameraMicroscopy
0 likes · 13 min read
Resolving Near-Field Blur on iPhone Pro Max via Camera Switching and Microscopy Capability
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 23, 2022 · Frontend Development

Implementing a Camera and View Matrix in WebGL

This article explains how to create a Camera class in WebGL, compute view and rotation matrices using lookAt, apply them to render a cube from arbitrary positions, and discusses why parts of the cube may be clipped when the camera is placed at [0.5,0.5,0.5].

3DGraphicsCameraJavaScript
0 likes · 14 min read
Implementing a Camera and View Matrix in WebGL
HomeTech
HomeTech
Jun 8, 2022 · Mobile Development

Handling iOS Camera Preview vs Captured Image Discrepancy in VIN Recognition

This article investigates the mismatch between iOS camera preview and captured images in VIN recognition, explains the aspect‑ratio scaling cause, derives compensation formulas, and provides Objective‑C code to adjust crop rectangles for accurate framing.

CameraImage ProcessingObjective‑C
0 likes · 9 min read
Handling iOS Camera Preview vs Captured Image Discrepancy in VIN Recognition
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 9, 2022 · Frontend Development

Render AE Camera Perspective in Lottie Using Oasis Engine

This article explains how to reproduce After Effects camera‑based perspective animations in Lottie by extracting camera data, converting coordinates, and driving an Oasis‑engine Camera component with custom scripts to achieve 3D‑like effects in web projects.

After EffectsCameraLottie
0 likes · 9 min read
Render AE Camera Perspective in Lottie Using Oasis Engine
Beike Product & Technology
Beike Product & Technology
Oct 16, 2020 · Mobile Development

iOS 14 Privacy Permissions: Photo Library, Camera & Microphone, Location, Local Network, Wi‑Fi Address, IDFA, and Clipboard Adaptation

This article explains the new iOS 14 privacy permission model and provides detailed adaptation guidance for photo‑library limited access, camera/microphone usage indicators, precise location handling, local‑network authorization, Wi‑Fi address randomisation, IDFA tracking restrictions, and clipboard access notifications.

CameraLocal NetworkMobile Development
0 likes · 12 min read
iOS 14 Privacy Permissions: Photo Library, Camera & Microphone, Location, Local Network, Wi‑Fi Address, IDFA, and Clipboard Adaptation
Watermelon Video Tech Team
Watermelon Video Tech Team
Aug 19, 2020 · Mobile Development

Analyzing Native Memory OOM in Android Camera Implementations and Effective Mitigation Strategies

This article investigates native memory out‑of‑memory crashes on certain Android devices caused by excessive CameraMetadata allocations, explains how delayed finalization and GC timing exacerbate the issue, and proposes proactive memory release and GC triggering techniques that dramatically reduce crash rates.

AndroidCameraGarbage Collection
0 likes · 13 min read
Analyzing Native Memory OOM in Android Camera Implementations and Effective Mitigation Strategies
DataFunTalk
DataFunTalk
Aug 12, 2019 · Artificial Intelligence

Multi‑Sensor Fusion in Autonomous Driving: Challenges, Prerequisites, and Methods

Pony.ai shares its extensive experience on multi‑sensor perception for autonomous trucks, explaining why sensor fusion is needed, the essential motion‑compensation and calibration steps, and practical camera‑lidar and radar‑lidar fusion techniques that improve detection range and robustness.

CalibrationCameraLiDAR
0 likes · 15 min read
Multi‑Sensor Fusion in Autonomous Driving: Challenges, Prerequisites, and Methods
Beike Product & Technology
Beike Product & Technology
Jan 24, 2019 · Mobile Development

Simplifying Android Photo Capture with the PhotoTaker Utility

This article explains why traditional Android photo capture using Intents and onActivityResult is cumbersome, especially in list adapters, and introduces a Fragment‑based PhotoTaker utility that streamlines camera and gallery access, handles dynamic permissions, and works across Android versions.

AndroidCameraDynamic Permission
0 likes · 12 min read
Simplifying Android Photo Capture with the PhotoTaker Utility