Table of Contents

TTMSFNCWXCameraDevices.GetDeviceById Method

Finds the camera device whose identifier matches the supplied value.

API unit family: TMSFNCWXCamera Declaring type: TTMSFNCWXCameraDevices

Syntax

function GetDeviceById(Id: string): TTMSFNCWXCameraDevice;

Parameters

Name Description
Id The device identifier to search for.

Returns

The matching device, or nil when no device has the given identifier.