Since I'm limited on the buttons available on a joystick I'm trying to set the value of the selector for camera selection. I found the parameter (I think), but can't get it to set a value.
params.getParam("Selector UI Mappings.1", 'selector.selection', 0).getValue(); - Where I believe the selection number is stored
I tried:
params.getParam("Selector UI Mappings.1", 'selector.selection', 0).setValue(2);
But no luck there, any idea?