Camera types.
Macros |
|
#define | CAMERA_PERSPECTIVE |
#define | CAMERA_PARALLEL |
#define | CAMERA_AXONOMETRIC |
#define | CAMERA_VRPANORAMA |
#define | CAMERA_CUSTOMLENS |
#define | CAMERA_CUSTOMLENS_LENSDISTORT |
#define | CAMERA_SPHERICAL |
#define CAMERA_PERSPECTIVE |
Perspective camera projection.
#define CAMERA_PARALLEL |
Parallel camera projection.
#define CAMERA_AXONOMETRIC |
Axonometric camera projection.
#define CAMERA_VRPANORAMA |
VR panorama camera projection.
#define CAMERA_CUSTOMLENS |
Custom lens projection (see VIDEOPOSTINFO::CUSTOMLENS ).
#define CAMERA_CUSTOMLENS_LENSDISTORT |
Custom lens projection used to implement Lens Distortion.
#define CAMERA_SPHERICAL |
Stereo Spherical Camera.