I'm trying to find out how to implement spherical mode for the camera app, especially I'm interested in part of placing dots on a sphere and displaying them on camera preview. For instance, these apps have such feature:
Street View - click on the floating button
Gallery 3D - old version of Gallery app
I was thinking about ARCore, but for sure it's not used in one of the mentioned apps, because these apps work on the devices that don't support ARCore (supported devices).
I also found similar questions
Create spherical camera app like google camera
How to implement Camera functionality with extra options (like Panorama)?
But they're old and lack of any clues.
Any hints would be appreciated.