From f1c48961e0f64d68e2249ccf3eac8b9b458eb076 Mon Sep 17 00:00:00 2001 From: William Peters Date: Tue, 2 May 2023 13:16:38 +0200 Subject: [PATCH 1/2] Added Eakins 48MP FullHD microscope camera --- Cameras/Eakins/Eakins_48MP.ir | 100 ++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Cameras/Eakins/Eakins_48MP.ir diff --git a/Cameras/Eakins/Eakins_48MP.ir b/Cameras/Eakins/Eakins_48MP.ir new file mode 100644 index 00000000..eacf7520 --- /dev/null +++ b/Cameras/Eakins/Eakins_48MP.ir @@ -0,0 +1,100 @@ +Filetype: IR signals file +Version: 1 +# +# Eakins 48MP FullHD Microscope Camera +# +name: MENU +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 40 00 00 00 +# +name: UP +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 46 00 00 00 +# +name: DOWN +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: LEFT +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 44 00 00 00 +# +name: RIGHT +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 43 00 00 00 +# +name: ZOOM_UP +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: ZOOM_DOWN +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 47 00 00 00 +# +name: AE +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: VERT_MIRR +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: HOR_MIRR +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 16 00 00 00 +# +name: COLOR +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: FREEZE +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 18 00 00 00 +# +name: PLAY_PAUSE +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5E 00 00 00 +# +name: PICTURE +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: VIDEO +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1C 00 00 00 +# +name: VIDEO_MODE +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5A 00 00 00 From 687c382175b4a16b6ed55cf56c3c71ced318f1fa Mon Sep 17 00:00:00 2001 From: William Peters Date: Tue, 2 May 2023 13:20:35 +0200 Subject: [PATCH 2/2] Fix @@ lines cannot end with spaces @@ --- Cameras/Eakins/Eakins_48MP.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cameras/Eakins/Eakins_48MP.ir b/Cameras/Eakins/Eakins_48MP.ir index eacf7520..05094193 100644 --- a/Cameras/Eakins/Eakins_48MP.ir +++ b/Cameras/Eakins/Eakins_48MP.ir @@ -97,4 +97,4 @@ name: VIDEO_MODE type: parsed protocol: NEC address: 00 00 00 00 -command: 5A 00 00 00 +command: 5A 00 00 00