has there been any thought about allowing a vuforia studio app to function like a vision inspection camera like a cognex or keyence? even basic features like part count, orientation, or color detection?
Solved! Go to Solution.
So far, I know Studio does not support directly this functionality but there could be some possibilities depending on this what you want to check:
A.) the model data which is augmented - means components which are displayed via the model , and modelItems widget this could be possible to ask some information about the components , like a name , color , postion etc. / also additional property mapping with an additional json file
B.) the items which are not augmented - means this what is not represented by any Vuforia studio widgets:
here what I think, is possible is to make a photo and then to check it via some AI tools/ libraries like TensorFlow/tensorflow.js or ml5 e.g. kmeans clustering or other AI feature- https://learn.ml5js.org/#/reference/kmeans
So far, I know Studio does not support directly this functionality but there could be some possibilities depending on this what you want to check:
A.) the model data which is augmented - means components which are displayed via the model , and modelItems widget this could be possible to ask some information about the components , like a name , color , postion etc. / also additional property mapping with an additional json file
B.) the items which are not augmented - means this what is not represented by any Vuforia studio widgets:
here what I think, is possible is to make a photo and then to check it via some AI tools/ libraries like TensorFlow/tensorflow.js or ml5 e.g. kmeans clustering or other AI feature- https://learn.ml5js.org/#/reference/kmeans
Thank you. not an urgent need, just a thought.