Method CreateCameraDescriptor
CreateCameraDescriptor(SceneSamplerDesc, IPhotosensorArrayDescription, LensSystemDesc)
Creates a camera descriptor from the scene sample descriptor.
Declaration
protected CameraDesc CreateCameraDescriptor(SceneSamplerDesc samplerDesc, IPhotosensorArrayDescription sensorDesc, LensSystemDesc lensSystem)
Parameters
| Type | Name | Description |
|---|---|---|
| SceneSamplerDesc | samplerDesc | The description of the size and format of the sampling output. |
| IPhotosensorArrayDescription | sensorDesc | The description of the photosensor array. |
| LensSystemDesc | lensSystem | The description of the lens system. |
Returns
| Type | Description |
|---|---|
| CameraDesc | The camera description. |