memomem

備忘録・メモ置き場

2023-10-18から1日間の記事一覧

Meta Quest3 Depth API

Githubにサンプルがある github.com Package Managerで「Add package by name...」し下記を記載し「Add」 Name: com.unity.xr.oculus Version: 4.2.0-exp-env-depth.1 「Add package from git URL...」より https://github.com/oculus-samples/Unity-DepthAP…

Quest3 ことはじめ

note.com tech.framesynthesis.co.jp note.com Meta Quest Dev Center - Meta Quest Developer Hub

Unity VideoPlayer "Unexpected timestamp values detected. This can occur in H.264 videos not encoded with the baseline profile. "

UnityのVideoPlayerで Unexpected timestamp values detected. This can occur in H.264 videos not encoded with the baseline profile. 表示される。 mp4フォーマットがmainprofileのため発生する。 H264 baseprofileを使用する。 参考 redrabbitnet.haten…