- Home /
ARFoundation: Stop Camera movement
Hey, I am building an AR app for mobile devices and I can't find out how to stop the Camera (child of ARSessionOrigin) from moving. I have a UI button which should "freeze" the camera position without stopping the AR Session and resume it later on.
Setting the position/rotation of the Camera gameObject doesn't work, neither does adding a rigidbody with constraints.
Answer by KirillKuzyk · Jul 19, 2020 at 08:15 AM
You can set ARPoseDriver.enabled to false and it will stop camera motion. AR tracking will not be stopped though.
Your answer
Follow this Question
Related Questions
Vuforia camera frustum out of view after image target is lost 0 Answers
Cloud recognition in Vuforia 0 Answers
camera movements very slow, why!? :) 2 Answers
How can you make a FPS controller camera "fly"? 1 Answer
Mouse Camera Control 0 Answers