Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Warper is capable of sending messages, over a variety of protocols, to enable remote control of a group of projectors. This is typically done at set up and usually needs no reconfiguring.

Turning on Projector Control:

IglooWarperMainSettings.xml, stored in %localappdata%\"Igloo Vision"\IglooWarper, must be edited to enable projector control:

Warper main settings:

<useProjectorControl>0</useProjectorControl> indicates that projector control is off where  <useProjectorControl>1</useProjectorControl> indicates that projector control is on.

 Projector settings:

The above screenshot is an example projector control file. In most cases the default settings are correct for projector communication. Consult an Igloo representative if you have trouble controlling the projectors with these settings. The projectors to control, however, do need to be defined. This is done inside the <projectors></projectors> tag. 

What can you do when projector control is enabled and nice?

TouchOSC contains a page in the current layouts tilted Projector. This page contains all the controls that the warper can use to interact with projectors. 

The majority of the above buttons actually refer to the type and format of 3D offered by various projectors. It's optimal to use this, rather than the projector remotes to hot-swap between 2D and 3D as this will hit all the networked projectors at the same time, resulting in a smoother transition.

  1. 3D Mode Off, DLP-LINK & IR are all different 3D states that a projector can be in. In our standard 3D, the mode is IR, and in 2D, should be 3D Mode Off
  2. Frame Seq, Top/Bottom, SBS and Fram Packing are different 3D Formats. Standard format for 3D video playback is SBS
  3. 3D Sync Invert Off/On determine which "eye" of a 3D piece is being shown at what time -this can correct the 3D effects looking pronounced in the wrong way - ie things you'd expect to pop out actually being "inside" the screen (3D is fairly hard to describe, fair play)
  4. Projector off is an easy way to turn all the projectors off!

OSC messages for projector control

These can be found in the warper files inside OSCProtocol.txt

"/projector/3DOff" - takes no arguments, set projector 3d off
"/projector/3DOn" - takes no arguments, set projector 3d on
"/projector/DLP" - takes no arguments, set projector to DLP
"/projector/IR" - takes no arguments, set projector to IR
"/projector/FrameSequential" - takes no arguments, set projector mode to frame sequential
"/projector/TopBottom" - takes no arguments, set projector mode to top to bottom
"/projector/SBS" - takes no arguments, set projector mode to side by side
"/projector/FramePacking" - takes no arguments, set projector mode to frame packing
"/projector/InvertOff" - takes no arguments, set projector inversion off
"/projector/InvertOn" - takes no arguments, set projector inversion on
"/projector/Close" - takes no arguments, close projectors

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.