0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

緯度経度2

Last updated at Posted at 2023-03-24

tokyo23ku-all.png

バス
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エラーがでる。
image.png
A Native Collection has not been disposed, resulting in a memory leak. Enable Full StackTraces to get more details.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?