Class FishEyeLens
Lens that implements equidistant fisheye mapping model.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public class FishEyeLens : LensComponent
Constructors
Name | Description |
---|---|
FishEyeLens() | Constructs the lens stack and initializes default parameters. |
Fields
Name | Description |
---|---|
distortionParameters | |
focalLength | Focal length of the fish eye lens. |
renderSize | The resolution at which each face of the cubemap is sampled. Must be a power of two. |
samplesPerPixel | Antialiasing samples, increasing the samplesPerPixel should increase the quality upto a given threshold. |
Methods
Name | Description |
---|---|
InternalActivate(IPhotosensorArrayDescription) | Initializes child-specific parts of the lens component. |
InternalDeactivate() | Releases resources in the child implementation when the lens component is deactivated. |
InternalPostSampling(CustomPassContext, in RenderTexture) | Runs after the sampling step, before returning the frame to the sensor. Can be used to do anything with the texture after the sampling is complete. For example: post processing. |