I need to fix camera calibration parameters p1 and p2 in a script...
I know i must use sensor.fixed_params attribute, but what exactly would be the correct syntax?
Hope to get some help on this issue,
Edit found the answer it is sensor.fixed_params = ['P1', 'P2']