The Camera Factory manages multiple camera classes. This can be useful for multiple viewports or render targets.
VB.NET
Dim CameraFactory As TVCameraFactory CameraFactory = New TVCameraFactory
C++
//todo
| Method | Description |
|---|---|
| CreateCamera | Initializes a new camera class. |
| GetActiveCount | Returns the number of cameras active. |
| GetCamera | Returns the camera object of the specified index. |
| GetCameraByName | Returns the camera object of the specified name. |
| GetCount | Returns the total camera count. |
| GetDefaultCamera | Returns the default camera object. |
| GetIndex | Gets the index of the current camera in use. |
| RemoveCamera | Removes a camera from the camera factory. |
| SetIndex | Sets the index of the current camera in use. |