Description
LckDescriptor
provides a simple container for the currently active CameraTrackDescriptor
.
It is typically returned by service methods (such as ILckService.GetDescriptor
) to describe the current capture configuration in use.
Usage
Retrieve aLckDescriptor
from the service to inspect the active track descriptor:
References
Fields
Field | Type | Description |
---|---|---|
cameraTrackDescriptor | CameraTrackDescriptor | The active track descriptor used in capture. |