AtsushiSuzuki

Results 23 comments of AtsushiSuzuki

I don't have any experience with ARKit. Could you show me actual code?

It seems that `pVideoData` is `NULL` or `width * height * 4` is `0` in ARKitController.cs. see https://github.com/Unity-Technologies/UnityCsReference/blob/d09d3f534a99b5367eba548f634ef3ac4079fcf2/Runtime/Export/Graphics/Texture.cs#L616 `Texture2D.LoadRawTextureData` requires valid data pointer and size. Currently `width = videoWidth` and...

Next, you need to make sure source image format (pixel format and resolution) is same as destination image format. You are using `ARFaceTrackingConfiguration.supportedVideoFormats.last` but you need to choose apropriate image...