Files
HawkeyeVision/framework/Inspectron.HawkEye/Protocol/Interfaces/ICameraControl.cs
2025-08-19 12:45:50 +02:00

10 lines
168 B
C#

namespace Inspectron.HawkEye.Protocol.Interfaces
{
public interface ICameraControl
{
void SetParameters(CameraSettings imageSettings);
}
}