Skip to content

Mira220 External Trigger Mode

Introduction


Slave Exposure Control Mode

In **Slave Exposure Control Mode**, two methods of operation are possible: **exposure and readout are controlled by two separate pins** or by a **single pin**.

Single Pin Control

In single pin exposure, a rising edge on the REQ_EXP pin triggers exposure, while a falling edge on the REQ_EXP pin triggers the readout.

arducam_wiki_mira220_evk_external_trigger_mode_picture_1


Two Pins Control

When using two pins, a rising edge on the REQ_EXP pin triggers exposure, while a rising edge on the REQ_FRAME pin triggers the readout.

arducam_wiki_mira220_evk_external_trigger_mode_picture_2


Single Pin Control Mode


Hardware Connection

Note

This example tutorial is based on NVIDIA Jetson Platform. In practice, you can use any embedded device that supports sending signals (such as Raspberry Pi).

  • Hardware Preparation

Hardware Preparation

  1. Arducam EK036 - Mira220 Mono Camera Evaluation Kit (In this example the kit has been disassembled to show the details).
  2. Embedded Platforms (this example uses NVIDIA Orin NX)
  3. DuPont Cable

arducam_wiki_mira220_evk_external_trigger_mode_picture_9

  • Hardware Connection
Camera Pin1 Camera Pin2
GND REQ_EXP

Please connect the camera part and the trigger signal part correctly according to the hardware connection diagram.

arducam_wiki_mira220_evk_external_trigger_mode_picture_11


Turn on the Camera

arducam_wiki_mira220_evk_external_trigger_mode_picture_6

arducam_wiki_mira220_evk_external_trigger_mode_picture_7


External Trigger Signal

trigger_demo:

Mira220 EVK External Trigger Mode Demo

-t: The frame rate of the external trigger. The default frame is 1 in this demo.

Python3 continue_trigger.py-t 1

Preview

arducam_wiki_mira220_evk_external_trigger_mode_picture_8


Two Pins Control Mode


Hardware Connection

Note

This example tutorial is based on NVIDIA Jetson Platform. In practice, you can use any embedded device that supports sending signals (such as Raspberry Pi).

  • Hardware Preparation

Hardware Preparation

  1. Arducam EK036 - Mira220 Mono Camera Evaluation Kit (In this example the kit has been disassembled to show the details).
  2. Embedded Platforms (this example uses NVIDIA Orin NX)
  3. DuPont Cable

arducam_wiki_mira220_evk_external_trigger_mode_picture_9

  • Hardware Connection
Camera Pin1 Camera Pin2 Camera Pin3
GND REQ_EXP REQ_FRAME

Please connect the camera part and the trigger signal part correctly according to the hardware connection diagram.

arducam_wiki_mira220_evk_external_trigger_mode_picture_10


Turn on the Camera

arducam_wiki_mira220_evk_external_trigger_mode_picture_3

arducam_wiki_mira220_evk_external_trigger_mode_picture_4


External Trigger Signal

trigger_demo:

Mira220 EVK External Trigger Mode Demo

-t: The frame rate of the external trigger. The default frame is 1 in this demo.

Python3 continue_trigger.py-t 1

Preview

arducam_wiki_mira220_evk_external_trigger_mode_picture_5