Poker computer vision

How AI Reads Poker Streams: Names, Cards, Pots, And Actions

A poker livestream is full of structured information, but the structure is painted into the video. AI has to recover it from pixels.

By Luke Geel · Geel AI · Updated June 24, 2026

Step 1: Find The Relevant Regions

Before software can read a stream, it needs to know where the important graphics are. That is stream calibration. The system identifies regions for player names, hole cards, stack sizes, board cards, pot size, and action graphics. Different poker streams use different layouts, so a reusable stream profile is more reliable than guessing every frame.

Step 2: Read Text With OCR

OCR converts on-screen text into machine-readable data. In poker, OCR can detect player names, pot sizes, stacks, and sometimes card labels. The hard part is that poker streams use compression, motion, colored graphics, shadows, and stylized fonts. The goal is not perfect document OCR. The goal is enough accuracy to find hands and build metadata.

Step 3: Detect Cards And Table State

Card recognition can use OCR, image matching, symbol recognition, or a hybrid approach. The system needs to understand when cards appear, disappear, change, or become hidden. It also has to handle timing: streams often delay reveals, cover folded cards, or animate graphics.

Step 4: Turn Frames Into Events

The real value comes when individual frames become events. A player appears in the hand. The flop arrives. The pot crosses a threshold. A target player reaches showdown. Once those events exist, a long video becomes a searchable timeline.

Step 5: Clip, Label, And Package

Poker Stream Clipper uses this general idea for a practical workflow: choose a stream, identify the relevant player or biggest pots, and generate clips instead of manually searching through hours of footage. The more metadata the system can recover, the more useful the clips become for players, creators, and analysts.

About The Author

Luke Geel is an AI engineer for the US Air Force with degrees in AI, math, and economics. As an avid poker player he can often be found at the live tables in the Boston area, as well as occasional appearances on the Garage Game live stream (https://www.youtube.com/@GarageGameLive).

Sources And Further Reading

  1. Heads-up limit hold'em poker is solved, Science, 2015.
  2. DeepStack: Expert-Level Artificial Intelligence in No-Limit Poker, Science, 2017.
  3. Superhuman AI for heads-up no-limit poker: Libratus beats top professionals, Science, 2018.
  4. Superhuman AI for multiplayer poker, Science, 2019.
  5. AI Insider: The Hidden Tech At Poker Tables That Could Change Everything, PokerOrg.
  6. AI Insider: Can Your Poker Tells Be Hacked?, PokerOrg.
  7. AI Insider: Do You Really Want A Tech Ban In Poker?, PokerOrg.
  8. Man vs. Machine: The GTO Arms Race, Card Player Magazine, Vol. 39/No. 5, March 4, 2026, pages 56-57.