mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
Update src/PepperDash.Essentials.Devices.Common/Cameras/CameraControl.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -54,9 +54,9 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
|
|||||||
StringFeedback SelectedCameraFeedback { get; }
|
StringFeedback SelectedCameraFeedback { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Selects a camera from the list of available cameras based on the provided key.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key"></param>
|
/// <param name="key">The unique identifier or name of the camera to select.</param>
|
||||||
void SelectCamera(string key);
|
void SelectCamera(string key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user