CAMERA V1
This commit is contained in:
34
FATrace.HKNetLib/Wrapper/FocusModeType.cs
Normal file
34
FATrace.HKNetLib/Wrapper/FocusModeType.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FATrace.HKNetLib.Wrapper
|
||||
{
|
||||
/// <summary>
|
||||
/// 海康对焦模式
|
||||
/// </summary>
|
||||
public enum FocusModeType
|
||||
{
|
||||
/// <summary>
|
||||
/// 自动
|
||||
/// </summary>
|
||||
Auto = 0,
|
||||
|
||||
/// <summary>
|
||||
/// 手动
|
||||
/// </summary>
|
||||
Manual = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 半自动
|
||||
/// </summary>
|
||||
HalfAuto = 2,
|
||||
|
||||
/// <summary>
|
||||
/// 未知/无
|
||||
/// </summary>
|
||||
None = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user