Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Lens Info' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| string | Lens Model Name | Model name of the lens |
| string | Lens Serial Number | Serial number of the lens |
| class | Lens Model | Model of the lens (spherical, anamorphic, etc...) |
| vector2d struct | Sensor Dimensions | Width and height of the calibrated camera's sensor, in millimeters |
| struct | Image Resolution | Resolution of the original footage that was captured by the camera (not necessarily the resolution of the media source).For example, the original footage might have been 4320x1746, but to transmit that image over SDI, it might have been scaled and fit into a 4096x2160 frame.In this case, the "Image Resolution" should be set to 4320x1746, while the "Media Resolution" will read 4096x2160. |
| real | Squeeze Factor | Squeeze Factor (or Pixel Aspect) for anamorphic lenses. Spherical Lenses should keep this default to 1.0f |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Lens Info |