I'm studying the ARCore References, Develop, make the course from Coursera, and read, understood and learn from the Samples.
But I still missing some definition with some real use examples.
What is a session? Every time that I need a ARCore use I need a session? Session always has a camera connect so I can see and draw/renderer my 3D models in the screen? Can I do this without a Session?
Camera has a getPose and Frame has a GetPose, what are the diferences between they?
I thought about make this questions split but somehow I know that they are all connected. Sessions, CameraAr, Frame and Pose.
About ArSession
Code's example:
Also Session's configuration can include nested classes:
Augmented Faces
subsystem)Config
)camera focus
subsystem)lighting estimation
subsystem)plane detection
subsystem)update()
)About Pose
Code's example:
About ARCamera
Code's example:
About ArFrame
Code's example:
Hope this helps.