Skip to main content
13-Aquamarine
January 7, 2021
Solved

simple vision inspection

  • January 7, 2021
  • 1 reply
  • 1518 views

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?

Best answer by RolandRaytchev

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

 

1 reply

21-Topaz I
January 11, 2021

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

 

dmforbes13-AquamarineAuthor
13-Aquamarine
February 23, 2021

Thank you.  not an urgent need, just a thought.