From e85fd4e596a5ffe1c58a638f89a711e50984f7a2 Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Tue, 4 Apr 2023 12:57:24 +0200 Subject: [PATCH] add specialized viewer for x-ray eye camers --- X_X04SA_ES2_cameras.json | 2 +- X_X04SA_ES3_top_menu.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/X_X04SA_ES2_cameras.json b/X_X04SA_ES2_cameras.json index dff4d2c..5496ae1 100644 --- a/X_X04SA_ES2_cameras.json +++ b/X_X04SA_ES2_cameras.json @@ -64,7 +64,7 @@ { "type": "cmd", "text": "X-ray Eye Viewer", - "command": "QtAD --simple --prefix=X04SA-ES2-XEYE:image1:" + "command": "xeye.py X04SA-ES2-XEYE:image1:" } ] } diff --git a/X_X04SA_ES3_top_menu.json b/X_X04SA_ES3_top_menu.json index bc958ca..01a584c 100644 --- a/X_X04SA_ES3_top_menu.json +++ b/X_X04SA_ES3_top_menu.json @@ -106,6 +106,11 @@ "type": "cmd", "text": "X-ray Eye Lens", "command": "caqtdm -dg +20+80 -x -attach -noMsg -macro ES=ES3 X_X04SA_ES2_xRayEye.ui" + }, + { + "type": "cmd", + "text": "X-ray Eye Viewer", + "command": "xeye.py X04SA-ES3-XEYE:image1:" } ] }