Hi, I was wondering if a camera zoom function would be possible to allow for example a user to zoom in on details of an image target without having to get so close that tracking is lost? Effectively like a magnifying glass.
Thanks for contacting 8th Wall.
There is not a way to zoom the camera feed at this time, but I’ve logged this as a feature request and will raise this use-case to our product team.
For best image target tracking from further distances please reference this thread:
There is a scale attribute, through Three.js, that you can use for your custom a-frame entities.
this.el.object3D.scale.set(xScale, yScale, zScale);