Appearance
Rotate Image
Overview
This node rotates an image by a predefined angle clockwise. It's used for correcting camera orientation or preparing images for orientation-sensitive processing.
Use Rotate Image when:
- A camera is mounted sideways and requires a 90-degree correction.
- You need to flip an image upside down for specific inspection tasks.
Inputs
| Name | Type | Description |
|---|---|---|
| image | image | The original image to be rotated. |
Outputs
| Name | Type | Description |
|---|---|---|
| rotated_image | image | The resulting rotated image. |
Parameters
| Parameter | Default | Valid values | Unit | Tunable |
|---|---|---|---|---|
| Rotate by | 90 | 90, 180, 270 | ° | ✅ |
Rotate by
Sets the clockwise rotation angle for the input image.
Example
Correct a sideways camera
A camera is mounted at a 90-degree angle. This node rotates the incoming stream back to a natural orientation.
Configuration:
- Rotate by:
90
Result: The image appears correctly oriented for operators.
Related links
Reference:
- Resize Image — changing image dimensions
- Crop Image — cutting out image sections