Multi Crop
Overview
Multi Crop node extracts up to eight independent crop regions from a single input frame in one execution pass.
Use this node when your flow needs to analyze multiple fixed regions of the same frame simultaneously — for example inspecting several inspection zones on a conveyor belt, or reading plates from multiple lanes in a single camera view. It is more efficient than chaining multiple individual Crop nodes.
Input
Input Image
image requiredThe image frame to crop from. Connect this to a camera or upstream processing output.
Multi-Crop Configuration
array requiredList of crop entries to extract. Each entry supports the same crop types as the Crop node:
- Rectangular crop (
cropBox) — defined byx,y,width,heightin image pixel coordinates. - Perspective crop (
cropPerspective) — defined by four corner points[x, y]that are warped into a flat rectangular output.
Maximum entries: 8. Entries beyond the eighth are ignored. Output slots are numbered sequentially (crop1 to crop8) and match the order of entries in this list.
Output
Crop 1 to Crop 8
imageUp to eight cropped image outputs (crop1, crop2, ..., crop8). Each slot corresponds to the entry at the same position in Multi-Crop Configuration. Slots without a configured entry are not produced.