Back to browse
GitHub Repository

An OBS Studio plugin that captures the rendered frame buffer of any source or scene and exposes it to Lua scripts — enabling **real-time, per-frame pixel analysis** from within OBS scripts.

4 starsC++

OBS plugin that exposes pixel data from any scene to Lua scripts

by floozie·Mar 25, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemSolve My Problem

Replaces brittle screen-grab hacks with direct render pipeline access for OBS Lua scripts.

Strengths
  • Hooks render pipeline directly instead of relying on fragile external screen captures.
  • Thread-safe mutex protection ensures stable Lua queries during active streaming without crashes.
  • Template matching and region analysis built-in, no external computer vision libraries needed.
Weaknesses
  • GPU-to-CPU buffer copy every frame could impact performance on low-end hardware systems.
  • Limited to OBS ecosystem; useless for general desktop automation outside the app.
Target Audience

OBS plugin developers, stream automation engineers

Similar To

StreamFX · obs-websocket

Similar Projects

Gaming●●Solid

Poor's Man Shaders

CPU-side pixel streaming hack bypasses SDL shader instability for Lua game engines.

Big BrainNiche Gem
delduca
101mo ago