From 22ab9b90e5a68ed74673b1b9d7fefbfeb4f4e056 Mon Sep 17 00:00:00 2001 From: Ruffalo Lavoisier Date: Fri, 15 Sep 2023 13:03:34 +0900 Subject: [PATCH 1/2] fix typo - fix typo on receive --- .../asciidoc/accessories/camera/synchronous_cameras.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc b/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc index 2e08df70a..68d6f25c8 100644 --- a/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc +++ b/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc @@ -18,7 +18,7 @@ Connect the XVS wires to the 1.65V potential divider pull up. ==== Boot up both Raspberry Pis -The file `/sys/module/imx477/parameters/trigger_mode` determines which board outputs pulses, or waits to recieve pulses (source and sink). +The file `/sys/module/imx477/parameters/trigger_mode` determines which board outputs pulses, or waits to receive pulses (source and sink). This parameter can only be altered in superuser mode. On the sink, run: From 8127a6c3eecac49d7c567b69f0bfa66003ba1c04 Mon Sep 17 00:00:00 2001 From: Ruffalo Lavoisier Date: Fri, 15 Sep 2023 13:03:52 +0900 Subject: [PATCH 2/2] fix typo - fix typo on synchronous --- .../asciidoc/accessories/camera/synchronous_cameras.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc b/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc index 68d6f25c8..47ea3162b 100644 --- a/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc +++ b/documentation/asciidoc/accessories/camera/synchronous_cameras.adoc @@ -57,7 +57,7 @@ This ensures that no frames are created or lost upon startup. The source whilst === Using the GS Camera -NOTE: The Global Shutter (GS) camera can also be operated in a synchonous mode. However, the source camera will record one extra frame. A much better alternative method to ensure that both cameras capture the same amount of frames is to use the xref:camera.adoc#external-trigger-on-the-gs-camera[external trigger method]. +NOTE: The Global Shutter (GS) camera can also be operated in a synchronous mode. However, the source camera will record one extra frame. A much better alternative method to ensure that both cameras capture the same amount of frames is to use the xref:camera.adoc#external-trigger-on-the-gs-camera[external trigger method]. To operate as source and sink together, the Global Shutter Cameras also require connection of the XHS (horizontal sync) pins together. However, these do not need connection to a pullup resistor.