Skip to main content

Capture - 2023

Capture 2023 is a platform native macOS and Windows application designed to save time with lighting design, documentation and visualisation software that is both easy to learn and rewarding to use! Capture is lets you work with lighting, video, laser, moving scenery and water effects.

This Ctrl Suite module provides integration with Captures OSC API to control camera position, ambient lighting and more from an interface. Recall scenes with multiple OSC strings at the touch of a button.

Ideal for visualisation studios who want to put control of the virtual world into the hands of their client when previewing stage designs using user interfaces.

This Ctrl Suite Module implements all key outgoing commands of the Capture 2023 OSC API.


Module Rating
Quality of API3/3
Implementation2/3
StatusComplete

See the Modules Overview article for information about how Module Ratings are calculated.


Module Settings

  • Capture 2023 Patch - Select an OSC patch (IP address) from the Module Settings.

Process Block

After creating a Capture 2023 module, a block will be generated for it within Ctrl Suite's Process Editor for integration as part of a process flow.

Add a Process node or edit an existing one to use the block's full functionality.

Endpoints

View Properties

These methods change the corresponding view properties.

Indexes reference the Alpha, Beta and Gamma views within Capture 2023. The Live variants of each command are a convenience for addressing the first (lowest index) view in live mode.

For example: Set Bloom Live "0.3" - sets bloom to 30% in the first view currently in live mode.

EndpointsOption 1Option 2
Set Ambient Lighting LevelIndex [Alpha/Beta/Gamma]Light Level [0..1]
Set Ambient Lighting Level LiveLight Level [0..1]-
Set Automatic ExposureIndex [Alpha/Beta/Gamma]Status [Off/On]
Set Automatic Exposure LiveStatus [Off/On]-
Set BloomIndex [Alpha/Beta/Gamma]Bloom Level [0..1]
Set Bloom LiveBloom Level [0..1]-
Set Exposure AdjustmentIndex [Alpha/Beta/Gamma]Adjustment [-3..3]
Set Exposure Adjustment LiveAdjustment [-3..3]-
Set Fill Lighting LevelIndex [Alpha/Beta/Gamma]Fill Light Level [0..1]
Set Fill Lighting Level LiveFill Light Level [0..1]-
Set Hue ClampIndex [Alpha/Beta/Gamma]Level [0..1]
Set Hue Clamp LiveLevel [0..1]-
Laser Flicker EffectIndex [Alpha/Beta/Gamma]Status [Off/On]
Laser Flicker Effect LiveStatus [Off/On]-
Set White BalanceIndex [Alpha/Beta/Gamma]White Balance [2500..10000]
Set White Balance LiveWhite Balance [2500..10000]-

Camera Position

These methods trigger a camera position change for a view.

Set Time, Dampening and Curvature to [0] for an instant transition.

Indexes [0] to [2] correspond to the Alpha, Beta and Gamma views. The live notation is a convenience for addressing the first (lowest index) view in live mode.

EndpointsOption 1Option 2Option 3Option 4Option 5Option 6
Set Camera PositionIndex [Alpha/Beta/Gamma]Catalog Number [1..255]Position Number [1..255]Time (Seconds) [0..600]Dampening [0..1]Curvature [0..1]
Set Camera Position LiveCatalog Number [1..255]Position Number [1..255]Time (Seconds) [0..600]Dampening [0..1]Curvature [0..1]-

Note: The implementation of the Capture 2023 API is currently one way only.


Troubleshooting:

  • Ensure that your OSC Patch references the correct IP address and that the port number is set to 4004.
  • If running Capture 2023 on a seperate computer, make sure that a Firewall exception is made to allow OSC packets to flow into Capture from Ctrl Suite.
  • When using OSC, ON LX reccomends the use of a wired network as opposed to WiFi wherever possible, for further advice surrounding UDP based protocols see this article.

Additional Resources