09-10-2024 04:26 AM
Good morning, I am writing to request a revision to the attached code. It is a program whose purpose is to visualize and describe the motion of a cube by analyzing 4 points on its faces. For now only one camera has been set up and I would ask how I can insert the second one to take measurements at the same time.
In general, the doubt I have about the code concerns the stability and correctness of the output information. I would have preferred to replace the transformation of ROIs to binary, now implemented through an internal function, with an explicit function so as to better control its operation. I hope for your valuable help, I remain available for more details and have any needs. Kind regards.
Solved! Go to Solution.
09-10-2024 04:32 AM
It looks like you're doing the exact same things 4 times in parallell. Combine it into 1 parallell loop instead.
09-10-2024 05:09 AM
Thank you very much for your reply.The cycle is done 4 times because 4 areas of interest were identified on the cube. How could I modify it so that the binary transformation of the image is more stable using the IMAQ Threshold command even in low light conditions? I am having trouble determining the threshold. Also, I would like to figure out how to add a camera (with 4 other areas of interest) that works simultaneously with this one. Sorry for so many questions, best regards and thanks again.
09-10-2024 10:41 AM
I'm stuck on LabVIEW 2015 so I can't look at your code.
As for image processing you can try:
09-10-2024 10:49 AM - edited 09-10-2024 10:50 AM
I don't have IMAQ installed, so I can only look at the rest of the code.