CameraModuleManager.Register
Method in CameraModuleManager
Declaration
public bool Register(CameraModule module)Description
Registers a module to the controller.
Parameters
| module | The module to register. |
Returns
| bool | True if the module was registered, false if not. |