ARCore – Session, Frame, Camera and Pose
问题 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