Switching camera video and tracking inputs externally (upstream)?
You only need to make sure that your tracking systems send unique Ids for the different cameras. Check CameraId support in Supported Tracking Protocols
You can switch the active camera system (video and tracking source) between the camera systems added to the groups.
Learn more about Camera Switching for XR/LED Workflows: A Practical Guide
Enable camera input switching
-
Enable “Camera input switching" in SETUP > Show > Show settings
Define camera system groups
-
Per machine: Route the camera systems which should be switched between
-
Select the first camera systems to be in Group A
-
Select the second camera systems to be in Group B
Add/remove groups
-
Click on "Add +" to add an additional group
-
Click on the Trash can icon to remove the group
Switch between groups
When using camera input switching in an XR setup with set extension, checkout
Sync an XR wall with a virtual set extension
Using Director
-
Switch using the Group A/Group B radio button in the Routing panel
Using a URL ( HTTP request)
Use a URL only HTTP request (via Gateway) where ParamNumber refers to the group.
-
Group A:
ParamNumber=0 -
Group B:
ParamNumber=1 -
Group C:
ParamNumber=2 -
Group D:
ParamNumber=3
http://localhost:16208/gateway/23.1.0/publish?Type=Call&Target=Store&Method=SetCameraSet&ParamNumber=1
Learn more about How to use Pixotope Gateway
Using the control panel (HTTP request)
-
Drag an InvokeURL system action onto a trigger widget
-
Paste the above HTTP request into the argument field
Learn more about System actions
OR download this ready made control panel to Switch between camera groups
Switch between camera groups.pxpanel
Using the control panel (API Log)
If multiple camera systems are routed to one machine and none of them are part of any group, the first camera system is used.