CameraModuleManager.Unregister
Method in CameraModuleManager
Declaration
public bool Unregister(CameraModule module)Description
Unregisters a module from the controller.
Parameters
| module | The module to unregister. |
Returns
| bool | True if the module was unregistered, false if not. |