Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each Screen can also be edited to increase the number of projectors. To add a second projector to the left screen, for instance, we’d change the number of columns to 2:

...

Export

Allows The Export tab enables the exporting of the files generated. generated configuration files.

An export folder can be selected which acts as the destination for the files when the Export button is pressed.

...

Exportwill produce the following files: AppSettings.xml, masks.png, ScreenModel.mtl, ScreenModel.obj, TestImage1.png, TruePerspective.xml.

AppSettings.xml

The output of Igloo Settings Tool is a camera settings configuration file, which should can be placed in the Igloo Capture and IglooWeb folders, and will also produce the AppSettings.xml file and the test card image.

...

used within the Igloo Software Suite. The following snippet contains an example of a camera settings file.

masks.png

The output of Igloo Settings Tool is a camera settings configuration file, which can be used within the Igloo Software Suite. The following snippet contains an example of a camera settings file.

ScreenModel.mtl, ScreenModel.obj

The output of Igloo Settings Tool is a camera settings configuration file, which can be used within the Igloo Software Suite. The following snippet contains an example of a camera settings file.

TestImage1.png

The output of Igloo Settings Tool is a camera settings configuration file, which can be used within the Igloo Software Suite. The following snippet contains an example of a camera settings file.

TruePerspective.xml

...

The generated configuration file can be further edited and used to model and validate the geometry of the projection scene.

It is composed by a top section section specifying the dimensions of the camera texture and the camera eye position. The viewers section contains a list of cameras in the scene. Code Block<version>1</version> <dimensions> <width>6144.000000000</width> <height>1024.000000000</height> </dimensions> <eye> <X>0.000000000</X> <Y>0.000000000</Y> <Z>0.000000000</Z> </eye> <viewers> <camera> <type>Cylinder</type> <roi> <W>0.500000000</W> <H>1.000000000</H> <X>0.500000000</X> <Y>0.000000000</Y> </roi> <radius>2.500000000</radius> <height_lo>-1.100000024</height_lo> <height_hi>1.100000024</height_hi> <theta_lo>-180.000000000</theta_lo> <theta_hi>180.000000000</theta_hi> </camera> <camera> <type>Disk</type> <roi> <W>0.500000000</W> <H>1.000000000</H> <X>0.000000000</X> <Y>0.000000000</Y> </roi> <pa> <X>-2.500000000</X> <Y>-2.500000000</Y> <Z>-1.100000024</Z> </pa> <pb> <X>2.500000000</X> <Y>-2.500000000</Y> <Z>-1.100000024</Z> </pb> <pc> <X>-2.500000000</X> <Y>2.500000000</Y> <Z>-1.100000024</Z> </pc> <radius_lo>0.000000000</radius_lo> <radius_hi>2.500000000</radius_hi> <theta_lo>-180.000000000</theta_lo> <theta_hi>180.000000000</theta_hi> </camera> </viewers>