Hi,
I want to generate cameras with different properties like focal length or fish eye effect in my scenes. I then wonder if there is a way to modify those parameters not with the UI but thanks to functions in a python script that could be run in the Isaac Sim Examples.
In the Omniverse doc, the only functions related to cameras are for setting pose and target (here : OmniGraph Node omni.graph.ui.SetCameraTarget β kit-sdk 103.1 documentation). However, some parameters like focal lenght appear in the Raw USD Properties section which means that setting these parameters with Python must be possible but I canβt find how.
Looking forward to people with any idea :)