CameraModuleManager.Get<T>
Method in CameraModuleManager
Declaration
public T Get<T>()
where T : CameraModule
Description
Returns the camera module of the specified type.
Type Parameters
T | The type of module to retrieve. |
Returns
T | The camera module of the specified type, or null if not registered. |