The camera can be filtered by rate, sensor and texture; the focus changes between tracking and close capture. See how to decide by use case.

Direct answer

ARCore exposes camera settings with direction, dimensions, FPS, and depth sensor usage. The app can filter supported options and select the best match before the session. The documentation recommends default focus, generally fixed, for tracking; Autofocus is useful for photo, video and close objects. As availability and behavior vary by device, the configuration must be negotiated at runtime and validated in the real fleet.

The best camera depends on the task

Close inspection can prioritize focus and resolution; spatial navigation can enhance tracking and stable frame rate. There is no universal configuration.

Filter expresses preference, not guarantee

The list depends on the device. The application must choose between returned options and maintain acceptable behavior when the desired resource is missing.

Depth has a cost and benefit

Dedicated sensor improves some cases, but can restrict settings or increase consumption. The need must be linked to occlusion, measurement or spatial understanding.

Autofocus may dispute stability

Focus changes help close capture, but affect the image used in tracking. Switching mode should occur at controlled and tested times.

Nexus Reading

Camera configuration is part of the product requirement. Pilots need to record device matrix, light, distance, FPS and tracking quality.

FAQ

Which focus is best for ARCore?

The documentation recommends the session pattern for tracking; Autofocus is useful for capturing and close objects.

Can I require 60 FPS?

You can filter settings, but you should only use options actually returned by the device.

Does every camera offer depth?

No. Sensor usage and availability vary by device and configuration.

Essential guides to delve deeper into the decision

Primary sources and references

This editorial analysis was produced by Nexus from the official sources below, consulted on September 21, 2026. The text is original and interprets practical implications for companies.

Date reported by main source: official documentation consulted on September 21, 2026; technical analysis.