hi i am interested in develop AR app by Java in android studio and i wrote below codes from a book as title: "Learn ARCore - Fundamentals of Google ARCore" 2018 by Micheal Lanham.
but in chapter 6 he wrote " add the following line:
Frame frame = mSession.update(); "
when Run , give me errors as "can not find symbol- symbol = mSession" once and i modify the codes a little and see same errors
as :
can not find symbol- symbol = frame (variable for Frame)
i dont know problem rise from Update method because some times give me error as : " Update method has 2 arguments"
mSession.update( , )
i dont know anything about two arguments for update into parenthesis .
please help me quickly because I searched many sites for solve my errors from 3 weeks to Now but I did not find any solution that solve my errors. specially about 2 arguments for Update method.