From a327e1f75d756ef1d4a5ec596711d8f4907b4915 Mon Sep 17 00:00:00 2001 From: DrewBeer Date: Thu, 7 Apr 2022 11:27:45 -0700 Subject: [PATCH] added from discord via _NuClear#6087 - Contains 3 commands: Photo, Photo with 2 sec delay, Record Video. --- Cameras/Sony_cam.ir | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Cameras/Sony_cam.ir diff --git a/Cameras/Sony_cam.ir b/Cameras/Sony_cam.ir new file mode 100644 index 00000000..0f618969 --- /dev/null +++ b/Cameras/Sony_cam.ir @@ -0,0 +1,20 @@ +Filetype: IR signals file +Version: 1 +# +name: Photo +type: parsed +protocol: SIRC20 +address: 3A 1E 00 00 +command: 2D 00 00 00 +# +name: Photo_2s +type: parsed +protocol: SIRC20 +address: 3A 1E 00 00 +command: 37 00 00 00 +# +name: Rec +type: parsed +protocol: SIRC20 +address: 3A 1E 00 00 +command: 48 00 00 00