Book a demo

Cut patent&paper research from weeks to hours with PatSnap Eureka AI!

Try now

Reduce Latency in Real-Time Video Processing — PatSnap Eureka

Reduce Latency in Real-Time Video Processing — PatSnap Eureka
Tools Explore in Eureka
Reading14 min
PublishedJul 10, 2025
Coverage2001–2025
Video Processing · Patent Landscape 2025

Reduce Latency in Real-Time Video Processing Without Hardware Upgrades

A patent-mapped guide to five software-only techniques — frame slicing, adaptive encoding, distributed synchronization, frame rate manipulation, and buffer management — that reduce real-time video latency without touching resolution or replacing hardware. Based on 50+ patent records spanning 2001–2025.

Fig. 01 — Patent Filing Count by Assignee (Dataset)
Patent Filing Count by Assignee: Tactual Labs 10+, GoPro 7, Microsoft 4, Intel 4, Scalable Video Systems 4, Alcatel-Lucent 4, NVIDIA 2, Analog Way 2, Valens 2 Bar chart showing approximate patent family filing counts in the PatSnap dataset for key assignees in real-time video latency reduction. Source: PatSnap Eureka, 50+ records, 2001–2025.
Published by PatSnap Insights Team · · 14 min read Verified by PatSnap Eureka Data
Technology Overview

Five Software Levers to Cut Real-Time Video Latency

Real-time video processing latency — the delay between video capture, processing, and display — is a foundational challenge in applications ranging from teleconferencing and remote surgery to aerial drone control and cloud gaming. Without the option of hardware upgrades or resolution reduction, engineers must exploit software-level pipeline optimizations, adaptive encoding strategies, workload distribution, and intelligent scheduling to reclaim throughput.

Across a dataset spanning 50+ patent records and one academic paper, with publication dates ranging from 2001 to 2025, five major technical levers emerge. The dataset covers US, EP, WO, CN, DE, IN, PH, AU, SG, HK, and CA jurisdictions. According to WIPO, real-time video processing is among the fastest-growing patent categories in the digital infrastructure domain. The IEEE has published extensively on pipeline latency as a limiting factor in safety-critical video systems, and ITU standards define end-to-end latency targets for broadcast and conferencing applications.

US filings represent the dominant volume. Key assignees include GoPro, Scalable Video Systems GmbH (now EVS Deutschland GmbH), Microsoft Technology Licensing, Alcatel-Lucent, Intel, NVIDIA, Tactual Labs IP LLC, Analog Way S.A.S., Valens Semiconductor, and Novatek Microelectronics. PatSnap’s IP analytics platform was used to map these families across jurisdictions.

  • Frame-level pipeline restructuring — splitting frames into slices processed concurrently in independent threads
  • Adaptive encoding rate control — dynamically adjusting codec bitrate and compression ratio based on measured latency thresholds
  • Distributed processing synchronization — coordinating latency compensation across geographically dispersed processing nodes
  • Frame rate manipulation — selectively eliminating or reprioritizing frames to reduce processor burden
  • Blanking period compression and buffer management — reducing display timing overhead and optimizing queue depths
PatSnap Eureka Dataset spans 50+ patent records across 11 jurisdictions, publication dates 2001–2025. Explore the data ↗
50+
Patent records in dataset
2001
Earliest relevant filing (IBM)
11
Jurisdictions covered
5
Major technical levers identified
Application Domains
Live Broadcast Drone Video Cloud Gaming Teleconferencing Surgical Robotics VR / Immersive
Innovation Timeline

From Network Smoothing in 2001 to Closed-Loop Perceptual Control in 2025

The patent landscape evolved from early network-layer traffic management to sophisticated software-centric codec and pipeline architectures, with active maturation continuing into 2025.

2001
IBM patents traffic smoothing for video frame packet transmission — a network-layer approach predating modern codec-layer strategies.
2008–2014
Microsoft introduces frame elimination for latency reduction (2008–2013); Intel addresses resource-constrained adaptive rendering (2010–2012); Scalable Video Systems files core distributed synchronization patents (2014–2016).
2015–2020
Field diversifies: GoPro (drone video pipelines, 2017–2023), Alcatel-Lucent (model-based video estimation, 2015–2017), Analog Way (GPU slice-threading, 2019–2020), NVIDIA (network-adaptive frame rate control, 2019–2022).
2021–2025
Active maturation: Sony Interactive Entertainment (2025), Tactual Labs IP LLC (2025), Intuitive Surgical (2023), GoPro (2023), and Chinese assignees (2023–2024) signal gaming, surgical robotics, cloud rendering, and connected device domains.

Filing Era Distribution

Approximate filing counts by era within the 50+ record dataset, showing the acceleration from 2015 onward.

Filing Era Distribution: 2001–2007 approx. 1 filing, 2008–2014 approx. 12 filings, 2015–2020 approx. 24 filings, 2021–2025 approx. 14 filings Bar chart showing approximate patent filing counts by era in the real-time video latency reduction dataset. Source: PatSnap Eureka, 50+ records.
PatSnap Eureka Innovation timeline derived from 50+ patent records. Earliest filing: IBM, 2001. Most recent: Sony Interactive Entertainment, 2025. Explore timeline ↗
Key Technology Approaches

Four Patent Clusters Covering Software-Only Latency Reduction

Each cluster targets a distinct point in the video pipeline — from internal compute to display timing — without requiring hardware replacement or resolution reduction.

Cluster 1 · Compute Pipeline

Frame Pipelining and Slice-Based Parallel Processing

Rather than waiting for a complete frame to be encoded before beginning the next stage, video is split into sub-frame slices that flow simultaneously through multiple pipeline stages. Analog Way’s 2020 US patent claims independent input and output threads running simultaneously, splitting video input frames into slices (Si1 to Sin) processed concurrently by a GPU — allowing output to begin before full frame capture completes. GoPro’s core drone pipeline patent covers frame squashing, slice-based encoding and decoding, queue sizing and flushing, and dynamic encoder parameter tuning across the full camera-to-display pipeline. See PatSnap IP Analytics for freedom-to-operate tools.

Active US patents — FTO analysis essential
Cluster 2 · Codec Layer

Adaptive Encoding Rate and Compression Ratio Control

These approaches continuously monitor latency thresholds and dynamically modulate encoder parameters — bitrate, compression ratio, quantization, or frame reorder distance — to keep end-to-end delay within bounds. Resolution is preserved: the codec quality envelope is managed, not the pixel count. Intel’s 2022 US patent decreases encoding rate if latency equals or exceeds an upper threshold and increases it if latency falls below a lower threshold. NVIDIA’s 2019 DE patent counterintuitively increases rendered frame rate when network congestion rises, ensuring the decoder always has fresh frames available. Valens Semiconductor’s WO patent covers visually lossless switching between compression ratios while maintaining total latency below two frame durations.

Dominant IP battleground — Intel, NVIDIA, Microsoft, Valens
Cluster 3 · Multi-Node Systems

Distributed Processing Synchronization and Command Scheduling

For multi-node video production and remote production environments, latency accumulates across inter-unit communication links. Scalable Video Systems GmbH’s 2016 US patent covers command schedulers that forward command signals to a delay stage, synchronizing execution across distributed nodes to achieve consistent, predictable latency regardless of geographic separation. EVS Deutschland GmbH’s 2015 EP patent defines a distributed vision mixing architecture where real-time behavior means command execution in under approximately 40 ms. This cluster is underlicensed outside broadcast — teams building multi-node cloud gaming or federated edge-processing architectures should assess these families for licensing exposure.

Underlicensed outside broadcast — licensing exposure risk
Cluster 4 · Capture & Display Ends

Frame Rate Manipulation, Buffer Management, and Display Timing

Microsoft’s 2008 US patent drives capture devices at a high frame rate then selectively eliminates frames before processing, so the processor handles a lower effective frame rate — reducing end-to-end latency without degrading output resolution. Novatek Microelectronics’ 2021 US patent shortens the blanking period in the display signal, compressing the non-visible portion of each frame cycle to bring forward the start of the next visible frame transmission. Intuitive Surgical’s 2023 US patent dynamically varies output frame rate from the video buffer based on the ratio of buffered data to a threshold tied to a target total latency between capture and display. Sony Interactive Entertainment’s 2025 US patent removes a configuration latency source by automatically assuming automatic low latency mode when variable refresh rate output is active.

Active across gaming, surgical, broadcast domains
PatSnap Eureka All cluster descriptions derived from representative patents in the 50+ record dataset. Freedom-to-operate analysis recommended before adoption of any active family. Search patent clusters ↗
Application Domains

Where Real-Time Video Latency Reduction Patents Are Being Filed

Innovation is concentrated in a small set of dominant assignees for core mechanisms, while application-domain specialization is emerging from a longer tail of smaller assignees across six key verticals.

Jurisdiction Distribution

US filings dominate at approximately 35 of 50+ records; CN filings are a fast-growing secondary cluster with 7 records.

Jurisdiction Distribution: US approx. 35 records, CN approx. 7, WO approx. 6, EP approx. 5, DE approx. 2, Other approx. 3 Donut chart showing patent filing distribution by jurisdiction in the real-time video latency reduction dataset. Source: PatSnap Eureka, 50+ records, 2001–2025.

Domain Activity by Application Vertical

Six application verticals identified in the dataset, from live broadcast and drone video to surgical robotics and VR.

Domain Activity: Drone/Aerial Video (GoPro 7 patents), Cloud Gaming (ZeniMax, ByteDance, Hunan Malanshan), Live Broadcast (Scalable Video Systems, DISH), Teleconferencing (HP, DISH, Alcatel-Lucent), Surgical Robotics (Intuitive Surgical, Shenzhen Aibo), VR/Immersive (Google, Sony) Horizontal bar chart showing relative patent activity by application vertical in the real-time video latency reduction dataset. Source: PatSnap Eureka, 50+ records.
PatSnap Eureka Domain activity derived from application-specific patent filings in the 50+ record dataset. Drone/Aerial dominated by GoPro’s 7-family portfolio. Explore domain data ↗
Strategic Implications

What the Patent Landscape Means for R&D and IP Teams

Five strategic signals for teams working within fixed hardware envelopes, derived from the patent dataset and assignee analysis.

Frame Slicing Delivers Highest Hardware-Neutral Gains

Analog Way’s GPU slice-threading architecture (2019–2020) and GoPro’s multi-module pipeline tuning (2017–2023) represent the most actionable software-only mechanisms for R&D teams working within fixed hardware envelopes. Both families are active US patents; freedom-to-operate analysis is essential before adoption.

Adaptive Encoding Is a Commodity — But Still the IP Battleground

Intel, NVIDIA, Valens Semiconductor, and Microsoft all hold active families covering threshold-based bitrate modulation. New entrants must design around established claim boundaries or focus on application-specific parameterizations such as wearables, VR, or surgical robotics.

Distributed Sync Is Underlicensed Outside Broadcast

Scalable Video Systems GmbH / EVS Deutschland GmbH hold a compact but strategically significant cluster of active US and EP patents on constant-latency distributed pipelines. Teams building multi-node cloud gaming, multi-site conferencing, or federated edge-processing architectures should assess these families for licensing exposure.

🔒
Unlock 2 More Strategic Insights
Access the China IP originator analysis and the closed-loop perception-aware control signal — the leading edge of the 2024–2025 innovation wave.
China PCT watch listPerception-aware latencyVRR + ALLM convergence
Generate full report in Eureka →
PatSnap Eureka Strategic implications derived from assignee analysis and filing activity in the 50+ record dataset. Not legal advice. Explore IP strategy ↗
Emerging Directions

Five Innovation Signals from the 2022–2025 Filing Cohort

The most recent filings in the dataset point to a convergence of display technology, perceptual control, and safety-critical applications.

Display Technology
VRR + Automatic Low Latency Mode
Sony Interactive Entertainment (2025, US & EP) — VRR output automatically activates low latency mode, removing a software configuration overhead source.
User-Tolerance-Driven Jitter Buffer
Huizhian Information Technology (2024, CN) — user-defined maximum tolerable latency as a control input for dynamically adjusting jitter buffers and frame rate without altering resolution.
Safety-Critical Medical
Medical UVC Protocol Latency Control
Shenzhen Aibo Medical Robot (2024, CN) — UVC protocol parameter tuning to reduce video latency in remote surgical robotics, signaling penetration into safety-critical contexts.
Buffer-Output-Rate Dynamic Control
Intuitive Surgical (2023, US) — buffer drain rate tied to a target total latency, a closed-loop control approach replacing fixed-rate output assumptions.
🔒
Unlock Edge-Cloud Hybrid Signals
Access the predictive cloud offload and closed-loop perceptual pipeline analysis from 2023–2025 CN filings.
Predictive rendering offloadTexture-count modeling+ more
Unlock in Eureka →
PatSnap Eureka Emerging directions derived from 2022–2025 filings in the dataset. CN filings from Huizhian, Shenzhen Aibo, and Hunan Malanshan represent domestically generated innovations. Explore emerging signals ↗
Geographic & Assignee Landscape

Top Assignees by Patent Family Presence in This Dataset

Assignee Approx. Filing Count Jurisdictions Primary Focus
GoPro, Inc. 7 US (×6), EP, WO Drone video pipeline — slice encoding, queue management, dynamic parameter tuning
Tactual Labs IP LLC / Tactual Labs Co. 10+ US, WO, EP, CA, AU, SG, HK, IN Hybrid low/high-latency processing subsystems — extensive multi-jurisdictional coverage
Microsoft Technology Licensing, LLC 4 US, PH Frame elimination, codec syntax latency constraints
Intel Corporation 4 US, WO, DE, CN Resource-constrained adaptive rendering, dual-threshold encoding rate control
Scalable Video Systems GmbH / EVS Deutschland GmbH 4 US (×2), WO, EP Distributed synchronization, constant-latency data links, command scheduling
🔒
See Full Assignee Table + CN Entrants
Unlock NVIDIA, Analog Way, Valens Semiconductor, and the 2023–2024 Chinese assignees including Hunan Malanshan and Shenzhen Aibo Medical Robot.
NVIDIA / Analog WayValens SemiconductorCN 2023–2024 entrants
Access full table in Eureka →
PatSnap Eureka Assignee data derived from 50+ patent records. Innovation is concentrated in dominant assignees for core mechanisms while application-domain specialization is emerging from a longer tail. Explore assignee data ↗
Frequently asked questions

Reduce Video Latency Without Hardware Upgrades — Key Questions Answered

Still have questions? PatSnap Eureka can answer them instantly from patent and research data. Ask Eureka ↗
PatSnap Eureka

Generate Your Own Real-Time Video Latency Patent Report

Join 18,000+ innovators using PatSnap Eureka to generate reports like this one for any technology area. Map patent clusters, track assignees, and identify freedom-to-operate risks — without hardware upgrades to your IP workflow.

Ask anything about real-time video latency reduction.
PatSnap Eureka searches patents and research literature to answer instantly.
Powered by PatSnap Eureka
Link copied to clipboard