SHOW_IMAGE
ShowImageStep
is a pipeline step that configures how to show or render an image from a previous step in an application frame. Usually only used for testing and debugging locally, not when serving from HTTP/GRPC etc endpoints.
Configs | Descriptions |
imageName | Name of the incoming input image key. Default is |
displayName | Image display name. Default is |
width | Height of the displayed image frame. If |
height | Width of the image. If |
allowMultiple | Allow multiple images to be shown. Default is set to |
Last updated