1
Python and Java API / How to enter Slave offset values for multicamera setups.
« on: December 01, 2022, 11:44:25 PM »
I am looking for a way to enter Slave offset values for a multicamera setup.
The closest I could find in the API was this.
There are 2 sensors in the setup.
This code doesn't seem to do anything however.
Any help would be appreciated.
The closest I could find in the API was this.
There are 2 sensors in the setup.
Code: [Select]
chunk.sensors[1].Reference.location_enabled=True
chunk.sensors[1].Reference.enabled=True
chunk.sensors[1].Reference.location=location_vect
chunk.sensors[1].Reference.location_accuracy=location_accuracy_vect
This code doesn't seem to do anything however.
Any help would be appreciated.