ArSession_update需要很多时间

时间:2019-08-01 12:59:10

标签: augmented-reality arcore

在我的应用中,没有ARCore,它显示超过60 fps。但是,在其中推入ARCore功能后,帧速率下降了近30 fps。

据我所知,AR核心只能以30 fps的速率播放,对吗?

1 个答案:

答案 0 :(得分:0)

ARCore 1.11(于2019年8月5日发布)针对受支持设备上的帧速率 60fps

从现在开始,您当然可以使用新的相机配置过滤器在所有ARCore智能手机上定位 30fps

// Set target camera capture frame rate filter

CameraConfigFilter()

setTargetFps(EnumSet<CameraConfig.TargetFps> frameRates)

和:

// Set depth sensor usage filter

CameraConfigFilter()

setDepthSensorUsage(EnumSet<CameraConfig.DepthSensorUsage> depthSensorUsageFilters)