Screenshot Functionality
This page explains the screenshot feature available in Streampixel.
Overview
The Screenshot feature allows you to capture a screenshot of your application without the frontend UI elements. The screenshot is automatically saved on the user’s device.
How to Use
Screenshots can be initiated in two ways:
From Unreal
Unreal can send a {message : 'requestScreenshot'}
message using send pixel streaming response node to the frontend. The frontend captures the current video frame and downloads it directly to the user’s device.

From Iframe
If Streampixel is embedded inside an iframe, the parent application can send the {message : 'requestScreenshot'}
message to trigger the same behavior. Refer to Stream Control Commands
Last updated