Skip to content

TroubleShooting

mika edited this page Apr 18, 2024 · 7 revisions

TroubleShooting

Oculus Quest 2: UnauthorizedAccessException: Access to the path "/sdcard/Download/yourfile.asdf" is denied.

Enable Android 9 (API 28) https://unitycoder.com/blog/2019/08/18/read-file-from-oculus-quest-sdcard-folder/#comment-92169

Playing PCAP file fails: "Unknown model (xx) - unable to parse"

This is some older version pcap, or not (yet) supported model. Use more recent recording for the supported devices.

I'm seeing points around the center (0,0,0)

Those are erroneous or early hitting points from device.
In viewer: Set filter by distance to 1 (or larger value, until nearby points are filtered)
Or, in Velodyne_DX11_Uber or Velodyne_Mesh_Uber-material, enable DistanceFilter, and set distance value (to remove points within range).

Error: Unknown model (33) - unable to parse

Your file is deprecated old format (probably really old file from 2014/2015 or so) Use files from the actual device, it has new format, compared to those old files.

URP Issues