From 09750fa2d20a73725f213de30c25b2bc7479a9bf Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Tue, 9 Nov 2021 16:52:22 +0100 Subject: [PATCH] pyatem: add more overrides for cameracontrol packets --- pyatem/field.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyatem/field.py b/pyatem/field.py index 4ae18fa..422287a 100644 --- a/pyatem/field.py +++ b/pyatem/field.py @@ -2720,6 +2720,12 @@ class CameraControlDataPacketField(FieldBase): num_elements = sum(weird) num_overrides = { + (0, 0): 1, + (0, 1): 0, + (0, 2): 1, + (0, 3): 1., + (0, 4): 1, + (0, 6): 1, (1, 2): 2 } if (self.category, self.parameter) in num_overrides: -- 2.34.2