"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

URGENT AR Camera Near/Far ClippingPlane issue

Dear Vuforia Team,

For a POC, I need to adapt the two values Near and Far clipping plane of the AR Camera at Runtime.

But :

  • if the FAR value is less than the START INIT FAR value, the background camera become black.
  • if the NEAR value is more than the START INIT NEAR value, the background camera become black.

To avoid is, I need to disable/enable the VuforiaBehaviour script when these values exceeds these START INIT values to reinitialise these START INIT values.

Unfortunately, I have a black frame the time that I disable/enabe it and the UX become really bad.

Have you got an other solution to adapt these START LIMIT INIT value at runtime?

Thank you in advance for your returns.

Hello,

Apologies, but I'm unfamiliar with "START INIT NEAR", "START INIT FAR" and "START LIMIT INIT" terminology. Can you please provide a point of reference for these enums (assuming that's what they are) in documentation? They don't seem to be Vuforia Engine APIs.

Thanks,

Hello medabit,

Cfr. screenshot of the AR Camera :

- START INIT NEAR, it's in fact the Near Clipping Planes value at the start.

- START INIT FAR, it's in fact the Far Clipping Planes value at the start.

Sorry if my explanation was not so clear.

Hello,

Thanks for clarifying, and confirming where these values are set.

So, is the issue that you're trying to modify these values during run time and when doing that you get a black background? I'm only familiar with these being set as static values, which remain unchanged.