Skip to main content
Version: 3.9.0

Snapshot

snapshot

When triggered, the Snapshot node pulls a frame from a camera’s render texture. Adjust the crop coordinates to set what section of the frame is captured. Snapshot is in the Control category.

Input

NameData TypeDescription
EnterExecThe input execution that triggers this node.
Camera TextureRender TextureA scene camera’s output.
CropRectThe rectangular area to crop out of the Camera Texture.

Output

NameData TypeDescription
ExitExecExecute the next node.
Snapshot TextureTexture 2DThe snapshot captured from the camera output.

Example

snapshot example

In this example, a crop of the camera texture is captured and applied to an image when the open hand gesture is detected.

snapshot node