From 5add56a35b060f989439dce82e40111eedfeaff5 Mon Sep 17 00:00:00 2001 From: anarchopossum Date: Tue, 25 Jul 2023 13:28:25 -0700 Subject: [PATCH 1/2] Added Sony RMT-831 for 00's Camcorders --- Cameras/Sony/Sony_RMT_831.ir | 116 +++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 Cameras/Sony/Sony_RMT_831.ir diff --git a/Cameras/Sony/Sony_RMT_831.ir b/Cameras/Sony/Sony_RMT_831.ir new file mode 100644 index 00000000..f8cef796 --- /dev/null +++ b/Cameras/Sony/Sony_RMT_831.ir @@ -0,0 +1,116 @@ +Filetype: IR signals file +Version: 1 +# +name: Start_stop +type: parsed +protocol: SIRC15 +address: B9 00 00 00 +command: 19 00 00 00 +# +name: Tele +type: parsed +protocol: SIRC15 +address: D9 00 00 00 +command: 1A 00 00 00 +# +name: Wide +type: parsed +protocol: SIRC15 +address: D9 00 00 00 +command: 1B 00 00 00 +# +name: Photo +type: parsed +protocol: SIRC15 +address: B9 00 00 00 +command: 15 00 00 00 +# +name: Index +type: parsed +protocol: SIRC20 +address: 3A 1E 00 00 +command: 20 00 00 00 +# +name: Mem_min +type: parsed +protocol: SIRC20 +address: 3A 1E 00 00 +command: 2B 00 00 00 +# +name: Mem_plus +type: parsed +protocol: SIRC20 +address: 3A 1E 00 00 +command: 2C 00 00 00 +# +name: Search +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 57 00 00 00 +# +name: Play_mem +type: parsed +protocol: SIRC20 +address: 3A 1E 00 00 +command: 2A 00 00 00 +# +name: Skip_back +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 57 00 00 00 +# +name: Skip_fwd +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 56 00 00 00 +# +name: Rew +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 1B 00 00 00 +# +name: Play +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 1A 00 00 00 +# +name: Fast_fwd +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 1C 00 00 00 +# +name: Pause +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 19 00 00 00 +# +name: Stop +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 18 00 00 00 +# +name: Slow +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 23 00 00 00 +# +name: Zerosetmem +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 47 00 00 00 +# +name: Display +type: parsed +protocol: SIRC +address: 07 00 00 00 +command: 5A 00 00 00 From 80e25157322ded1cfe6951f7fcec12214b90fc4d Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:19:21 -0700 Subject: [PATCH 2/2] Added description to comment --- Cameras/Sony/Sony_RMT_831.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cameras/Sony/Sony_RMT_831.ir b/Cameras/Sony/Sony_RMT_831.ir index f8cef796..295cdcbd 100644 --- a/Cameras/Sony/Sony_RMT_831.ir +++ b/Cameras/Sony/Sony_RMT_831.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Sony RMT-831 for 2000's Camcorders +# name: Start_stop type: parsed protocol: SIRC15