Skip to content

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

NameTypeDescription
imageimageThe original image to be rotated.

Outputs

NameTypeDescription
rotated_imageimageThe resulting rotated image.

Parameters

ParameterDefaultValid valuesUnitTunable
Rotate by9090, 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.

Reference: