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
Name | Data Type | Description |
---|---|---|
Enter | Exec | The input execution that triggers this node. |
Camera Texture | Render Texture | A scene camera’s output. |
Crop | Rect | The rectangular area to crop out of the Camera Texture. |
Output
Name | Data Type | Description |
---|---|---|
Exit | Exec | Execute the next node. |
Snapshot Texture | Texture 2D | The snapshot captured from the camera output. |
Example
In this example, a crop of the camera texture is captured and applied to an image when the open hand gesture is detected.