This example program is located in your CVB installation under %CVB%Tutorial/Image Manager/CVBpy/MultiPart
.
multi_part.py:
import cvb
stream.start()
for _ in range(10):
composite, status, node_maps = stream.wait()
with composite:
for part in composite:
print(f"Part of image is of type IMAGE: {img.width}x{img.height}")
stream.abort()
Union[cvb.GenICamDevice, cvb.VinDevice, cvb.EmuDevice, cvb.VideoDevice, cvb.NonStreamingDevice] open(str provider, int acquisition_stack=cvb.AcquisitionStack.PreferVin)
List[cvb.DiscoveryInformation] discover_from_root(int flags=cvb.DiscoverFlags.FindAll, int time_span=300)