I\'m doing image tracking using AR Kit, once image is detected i\'m playing GIF with GIFUhttps://github.com/kaishin/Gifu library. This is successful with below code.
In
Issue got fixed.
we have to add imageView layer to the SCNMaterial()
imgMaterial.diffuse.contents = self.imageView.layer
Thanks for your response.