Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SomethingSomethingDarkside

Pages: [1]
1
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.

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.

Pages: [1]