diff --git a/QTMSettings.cs b/QTMSettings.cs
index e98f3d9..02e426f 100644
--- a/QTMSettings.cs
+++ b/QTMSettings.cs
@@ -1416,6 +1416,8 @@ public enum CameraModel
ModelArqusA12,
[XmlEnum("Arqus A26")]
ModelArqusA26,
+ [XmlEnum("Miqus Video Color Plus")]
+ ModelMiqusVideoColorPlus,
}
/// Camera modes
@@ -1538,8 +1540,10 @@ public enum SettingsVideoResolution
{
[XmlEnum("Unknown SettingsVideoResolution")]
Unknown = -1,
+ [XmlEnum("1440p")]
+ VideoResolution_1440p = 0,
[XmlEnum("1080p")]
- VideoResolution_1080p = 0,
+ VideoResolution_1080p,
[XmlEnum("720p")]
VideoResolution_720p,
[XmlEnum("540p")]
diff --git a/RTProtocol.cs b/RTProtocol.cs
index 53c816c..1ee3920 100644
--- a/RTProtocol.cs
+++ b/RTProtocol.cs
@@ -47,7 +47,7 @@ public static class Constants
/// Latest major version of protocol
public const int MAJOR_VERSION = 1;
/// Latest minor version of protocol
- public const int MINOR_VERSION = 24;
+ public const int MINOR_VERSION = 25;
/// Maximum camera count
public const int MAX_CAMERA_COUNT = 256;
/// Maximum Analog device count