Tagged articles
3 articles
Page 1 of 1
php Courses
php Courses
May 22, 2025 · Backend Development

Implementing Camera Capture Functionality with PHP and HTML

This article explains how to use PHP and HTML to access a device's camera via the Media Capture API, create a simple upload form, save captured images on the server, and display them, providing a basic example for adding interactive camera functionality to web applications.

Camera APIMedia CapturePHP
0 likes · 4 min read
Implementing Camera Capture Functionality with PHP and HTML
php Courses
php Courses
Jul 8, 2024 · Frontend Development

Implementing Camera Access with PHP and the HTML5 Media Capture API

This tutorial explains how to use the browser's Media Capture API together with PHP to capture photos from a user's camera, upload them to the server, and display the saved images, providing a practical example and step‑by‑step code.

Camera APIHTML5Media Capture
0 likes · 5 min read
Implementing Camera Access with PHP and the HTML5 Media Capture API
Meituan Technology Team
Meituan Technology Team
Jun 14, 2018 · Mobile Development

Implementing QR Code Scanning and App Invocation on iOS: Technical Implementation and Challenges

Implementing QR code scanning on iOS involves using the camera APIs from iOS 7, system‑level scanning introduced in iOS 11, and Universal Links to securely invoke apps, while addressing legacy QR formats, WebView quirks, and WeChat restrictions through fallback links, architectural boundaries, and minimal external dependencies.

Apple PayCamera APIQR code scanning
0 likes · 8 min read
Implementing QR Code Scanning and App Invocation on iOS: Technical Implementation and Challenges