CameraController.GetModule<T>


Declaration

public T GetModule<T>()
    where T : CameraModule

Description

Returns the camera module of the specified type.

Type Parameters

TThe type of module to retrieve.

Returns

TThe camera module of the specified type, or null if not registered.