Skip to main content

Capture local screenshots

On-Premise Recording lets you intercept remote video frames during real-time interaction to review live broadcast content and ensure compliance with regulations.

This article shows you how to use the On-Premise Recording SDK to implement the screenshot feature in your project.

Understand the tech

The On-Premise Recording SDK supports capturing screenshots of remote video in both individual and composite recording modes. You can also take screenshots without recording. The supported formats are:

  • H.264/H.265 encoded frame: Returns video frame data in the original encoding format
  • YUV frame: Returns video frame data in YUV format
  • JPG frame: Returns video frame data in JPG format
  • JPG file: Saves the screenshot as a JPG file in the specified directory

Prerequisites

Before using layouts, complete the steps in the Quickstart guide to integrate the SDK and set up basic recording.

Implementation

API reference

Was this helpful?