CameraModuleManager.Unregister<T>


Declaration

public bool Unregister<T>()
    where T : CameraModule

Description

Unregisters a module from the controller of the specified type.

Type Parameters

TThe type of module to unregister.

Returns

boolTrue if the module was unregistered, false if not.