MMDec 6, 2017

Real-time Video Processing in Web Applications

arXiv:1712.02438v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses performance bottlenecks for developers building real-time video features in web applications, though it is incremental as it applies existing OpenGL ES standards to a new context.

The paper investigated using WebGL hardware acceleration for real-time video processing in HTML5 applications, finding that it outperformed standard JavaScript and canvas methods across various devices.

The OpenGL ES standard is implemented in modern desktop and mobile browsers through the WebGL API. This paper explores the potential for using OpenGL ES hardware acceleration for real time video processing in standard HTML5 applications. It analyses the WebGL performance across device types and compares it with the standard JavaScript and canvas performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes