Detect rotation movement with ARKit:

Hello


I want to detect the movement of a rotating part of an object in a live video which can have jitter and variable illumination, zoom.


Is ARKit the adequate framework to detect this rotation of a part of an object ?

Do you have an example code ?


How can I train the application to recognize a specific object in a video which can have different angle of view, illumination ?


Thank you.


Thierry

Replies

If you mean the object is a real one, not a 3D model which you have loaded and showed, the answer is NO. ARKit cannot detect the rotation nor anything from the real object.


You may use CoreML. However, you cannot train it since it can run ready-trained-models only. Visit some machine learning sites to find or ask what you need.


Good luck