...
Type | Name | In/Out | Description |
---|---|---|---|
dword | nSteps | out | Number of steps. |
real | shutter | out | Camera shutter (1/s). |
real | filmWidth | out | Camera film width (mm). |
real | filmHeight | out | Camera film height (mm). |
real | iso | out | Camera ISO. |
const char** | pDiaphragmType | out | Diaphragm type. Possible values: "CIRCULAR" and "POLYGONAL". |
real | angle | out | Shutter angle. --TODO-- |
dword | nBlades | out | Number of diaphragm blades if pDiaphragmType is "POLYGONAL". |
dword | fps | out | Frames per second. |
dword | xRes | out | Resolution output width. |
dword | yRes | out | Resolution output height. |
real | pixelAspect | out | Pixel aspect ratio. |
byte | projectionType | out | Camera projection type. 0 (perspective, default), 1 (front), 2 (top), 3 (left), 4 (back), 5 (bottom), 6 (right). |
...
0 = Error destroying the camera.
1 = Success.