Function schedule_shutter_pulse

Function Documentation

void schedule_shutter_pulse(uint32_t pulse_duration_us, uint64_t timestamp_us, uint32_t N, uint32_t interval_us, bool relative)

Schedule a shutter pulse event.

Schedules a series of shutter pulses with the specified parameters.

Parameters:
  • pulse_duration_us – Duration of the pulse in microseconds

  • timestamp_us – Timestamp for the pulse in microseconds

  • N – Number of pulses to generate

  • interval_us – Interval between pulses in microseconds

  • relative – If true, timestamp is relative to current time