10 lines
168 B
C#
10 lines
168 B
C#
namespace Inspectron.HawkEye.Protocol.Interfaces
|
|
{
|
|
public interface ICameraControl
|
|
{
|
|
|
|
void SetParameters(CameraSettings imageSettings);
|
|
|
|
|
|
}
|
|
} |