On the production line, the image of the profile of a band saw is taken by the Basler Racer camera. When it takes the image using line scan, it will scan the whole length of the but will split the image into two images. I would like to know if there is a way to attach the two photos so that it is a continuous band saw using Vision Builder AI.
Originally I use VBAI to look at each separate image and take the data of the profile on at a time. Then I tried to use LabVIEW to combine the two images by creating two arrays of the images based on the pixel location then add the two arrays to create a single image and then called the .vi from VBAI to output the image. This would work but sometimes one of the images from the Basler camera would not go through which would cause an error and not output any image.
If there is a simpler way to combine the two images using VBAI or even LabVIEW I would greatly appreciate your input.
Thanks!