4

ARCore を使ったアプリを開発したいと考えています。いくつか質問があります:

  1. この ARCore アプリを実行するには、arcore-preview.apk をインストールする必要がありますか?
  2. デバイスのアプリケーション リストに、arcore-preview.apk が「Tango Core」という名前で表示されるのはなぜですか?
  3. 将来、Android OS に ARCore (Tango Core ?) SDK が直接組み込まれる予定はありますか?
  4. すべてのデバイスが ARCore と互換性がありますか? (S8 といくつかのデバイスだけではありません...)

ありがとう !

4

3 に答える 3

0
  1. Yes, If u using preview 1 then arcore-preview.apk else if you are using preview2 then install arcore-preview2.apk

  2. ARCore is based on the Tango. The service name is display as Tango Core in preview 1 and the servie name is diplay as ARCore in Preview2

  3. Yes, In future they have plan attach the services by default in sdk but not sure(In Progress) and now the Apps can be downloaded from Play Store.

  4. Supported Devices are Following Google Pixel, Pixel XL, Pixel 2, Pixel 2 XL Samsung Galaxy S8 (SM-G950U, SM-G950N, SM-G950F, SM-G950FD, SM-G950W, SM-G950U1)

Some of the different in Preview 1 and 2

  1. When another app opens in preview 1 it can be closed but preview 2 that can be handle(Example In coming call)
  2. Display Rotation is auto handle in preview 2 (For Developers some cdes can be changed)
  3. OpenGL is low level API So Advance Integration is some tricky for basic developers.

Future Enhancement All of the basic functionality an be handle in 1.0 (like as AR Kit)

于 2018-01-09T06:37:55.947 に答える