Skip to main content

dxCameraManager Method

Provides access to global camera manager settings.

Declaration

function dxCameraManager: TdxCameraManager;

Returns

Type Description
TdxCameraManager

Stores global camera manager settings.

Remarks

Call dxCameraManager.StartRecording and dxCameraManager.StopRecording methods to capture videos from available cameras. Refer to the TdxCameraManager class description for detailed information on all available options.

See Also