summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtango/Uca2
1 files changed, 1 insertions, 1 deletions
diff --git a/tango/Uca b/tango/Uca
index baf6a93..ed6069e 100755
--- a/tango/Uca
+++ b/tango/Uca
@@ -66,7 +66,7 @@ class Camera(Device):
camera = device_property(dtype=str, default_value='mock')
image = attribute(label="Image", dtype=[[np.uint16]],
- max_dim_x=4096, max_dim_y=4096)
+ max_dim_x=8192, max_dim_y=8192)
def init_device(self):
Device.init_device(self)