githubから 8th wall web starter project をダウンロードしました。チラシのデモをローカルで実行しようとしています。
Flyer demo index.html で、アプリ キーを 8th wall コンソールで新しく作成した Web プロジェクトに置き換えました。
次に、以下のコードを使用して画像ターゲット機能を実現します
<!-- Note: "name:" must be set to the name of the image target uploaded to the 8th Wall Console -->
<a-entity
xrextras-named-image-target="name: video-target"
xrextras-play-video="video: #jelly-video; thumb: #jelly-thumb; canstop: true"
geometry="primitive: plane; height: 1; width: 0.79;">
</a-entity>
<!-- Note: "name:" must be set to the name of the image target uploaded to the 8th Wall Console -->
<a-entity xrextras-named-image-target="name: model-target">
<!-- Add a child entity that can be rotated independently of the image target. -->
<a-entity xrextras-one-finger-rotate gltf-model="#jelly-glb"></a-entity>
</a-entity>
上記のコードを機能させるために、フライヤーデモ内の画像フォルダーから、上記のコードに記載されている名前で 8 番目の壁コンソールに 2 つの画像をアップロードしました。これを実行しているとき、画像ターゲットが両方の画像を検出していません。
ここと同様にインターネットでドキュメントを見たところ、8th wall コンソールにイメージ ターゲットをアップロードするときに、保存して有効にするオプションがあることがわかりましたが、アップロード時に有効オプションが表示されません。これがイメージ ターゲットが機能しない理由ですか、それとも、このイメージ ターゲットを機能させるための価格設定を含む 8th wall Web アプリを公開する必要がありますか?
親切に助けて