09-09-2021 06:14 PM
Can I draw custom ROIs on an Image Control in the Web Module?
Solved! Go to Solution.
09-17-2021 07:49 AM
When you say ROIs, are you referring to bounding rectangle for an "object of interest". Can you share more details of your application for us to understand the use case better.
Thanks,
Kiran
Kiran Nagaraj| Product Owner | LabVIEW R&D
09-17-2021 12:05 PM
Yes, in Labview, I was taking the reference from the Image control to get out the ROI drawn onto the image, and merge the overlay with the image.
09-27-2021 05:25 AM
Currently we do not have a solution to mimic image control. However couple of things which you can try:
a) You will have to construct the video with overlay outside of WebVI and then use URL Image for display. The video format supported is that of Motion-JPEG (.mjpg)
b) If you want to avoid constructing video, then you can write JS code to refresh the image periodically with the image + overlay still being constructed outside