CineLink works like any other Unreal LiveLink plugin, displaying new options in the LiveLink window.
Some cameras will require special setup or a password, please see the dedicated pages for each camera for more information. As always, remember to save and specify your project default LiveLink Preset to get everything to load automatically.
Once connected, the plugin presents a Camera LiveLink subject to Unreal, which can be added to any cine camera in your scene. Multiple LiveLink components can be added to a CineCamera, for example if you also have a tracking system, but ensure each component is controlling the correct parameters only using the Update Flags.
Due to the way LiveLink works, it will not be able to update all the camera parameters automatically. Only lens data will be passed directly into the actor. This extra data (such as ISO, white balance, etc) can be displayed as a reference to an operator, or can control a camera via a blueprint using these steps:
https://blueprintue.com/blueprint/_3jq19qw/
This new BP actor can be used in place of a normal CineCamera in nDisplay and other plugins. If you're already using a custom camera BP, or don't want to create a custom CineCamera, you can also create an empty Actor with multiple CineCamera variables and multiple LiveLink components, and assign the variables to the cameras in your scene.
Now that you have the data, you can do anything with it that Unreal enables! nDisplay is an obvious example, but imagine controlling DMX lights based on the cameras settings, or sending OSC data when the camera speeds. LiveLink also works in packaged projects, allowing you to create custom software platforms that interface with cameras now!