バス
https://graphia.jp/2022/06/23/interview-busdata
https://developers.google.com/ar/develop/unity-arf/geospatial/developer-guide-android
geospatial 座標系
カメラの地理空間ポーズを取得する
TrackingState が Tracking である間、地球の相対位置におけるカメラのポーズをリクエストします。
var earthTrackingState = EarthManager.EarthTrackingState;
if (earthTrackingState == TrackingState.Tracking)
{
// camera_geospatial_pose contains geodetic location, rotation, and
// confidences values.
var cameraGeospatialPose = EarthManager.CameraGeospatialPose;
}
ここに出力される
m_Mp4Path = /storage/emulated/0/Android/data/com.unity.arfoundation.samples/files
地理空間アンカーを配置する
zenfone ar
Aperture size: F2.0; Focal length: 27 mm; Sensor size: 1/2.6"; Pixel size: 1 μm
https://www.phonearena.com/phones/Asus-ZenFone-AR_id10384
https://www.devicespecifications.com/en/model/34bf4af7
#ARtemplate && ARCore Extention だと memory leakエラーがでる。
A Native Collection has not been disposed, resulting in a memory leak. Enable Full StackTraces to get more details.