mage2421148579
4 months agoExplorer
Exception:field LENS_INTRINSIC_CALIBRATION or type signature not found
Hello dude, I'm having a bit of trouble. When transitioning 2D image objects to 3D world space, I used the line
var ray = PassthroughCameraUtils.ScreenPointToRayInWorld(PassthroughCameraEye.Left, cameraScreenPoint); from the sample, but an exception occurred:
Exception: field LENS_INTRINSIC_CALIBRATION or type signature not found.My environment is Unity 2022.3.60f1c1, and I'm using Meta SDK v78.
I moved Assets/PassthroughCameraApiSamples/PassthroughCamera from https://github.com/oculus-samples/Unity-PassthroughCameraApiSamples into my project, then used the code according to the sample, but encountered this Exception: field LENS_INTRINSIC_CALIBRATION or type signature not found issue. I have no idea where the problem lies. Could any expert help explain, or tell me the correct steps to use it?