CameraModuleManager.Register<T>


Declaration

public T Register<T>()
    where T : CameraModule, new()

Description

Registers a module to the controller of the specified type.

Type Parameters

TThe type of module to register.

Returns

TThe registered module.