Question about Camera Feed Resolution in Unity

Hello! I’m currently working on a Lightship project using Unity in the Android environment.
I’ve read through the basic tutorials and the Android build instructions.

When using Lightship to access the AR camera in Unity, the resolution appears to be lower compared to directly using methods like WebCamTexture to access the camera. Is there an option to change the resolution of the AR camera?

I have also come across similar topics related to my question. (I have also enabled Auto Focus.)

Hi MinjaeKim, tools for setting the camera’s resolution can be found in the ARDK.Rendering interface. The API documentation is here: https://lightship.dev/docs/ardk/api-documentation/enum_Niantic_ARDK_Rendering_ResolutionMode.html. Keep in mind that most phones have several different cameras and hardware outputs will be different from user to user, especially if you’re developing to Android. Let me know if this helps!

-Bill

Hey Bill.
I am running ARDK 2.52 but unable to find where I set resolution. Is it related to AR Session interface?