CameraModuleManager.Item[int]


Declaration

public CameraModule this[int index] { get; }

Description

Gets the module at the specified index.

Parameters

indexThe index of the module to get.

Returns

CameraModuleThe module at the specified index.