ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
06-28-2024 04:23 AM
Goodmorning, I am new to labview and I have to take four ROI on a single image before the image is acquired and in the all example I have found they are taken after. Has someone some example that an be useful?
thanks.
Solved! Go to Solution.
06-28-2024 04:40 AM
Hi,
Please explain in more details what you mean by "take four ROI on a single image before the image is acquired".
An ROI is a Region Of Interest in an image.
It can be a hardware ROI, so the camera directly gives a sub-image.
It can be a software ROI, so that filters and other processing can be applied on specific parts of the full image.
Regards,
Raphaël.
06-28-2024 04:51 AM
I have a basler camera that can "focus" on four region of interest before I acquire the image and as a result it gives me a single one image with all the four ROI. In the basler software I can decide the coordinates of the four ROI and it gives me a single image. How can I do that on labview? How can I choose before acquiring the image the coordinates?
06-28-2024 05:57 AM
If you want to manually select 4 ROIs you will need an indicator and an image with the same resolution, a previous capture would do nicely.
Use the ROI tools to select your ROIs, use the CTRL + click and drag to add a new ROI. The ROIs are stored as a property of the indicator. Use IMAQ Ungroup ROIs to separate them.