CaptureSequenceInitiator property

  1. @Array<NativeType>([32])
Array<Uint8> CaptureSequenceInitiator
getter/setter pair

CaptureSequenceInitiator is based on the content of the 'model' tag

  • values like 'Pinhole', 'Flash Sync', '500 Mech.' etc in .3FR 'model' tag come from MAIN MENU > SETTINGS > Camera;
  • otherwise 'model' contains:
  1. if CF/CFV/CFH, SU enclosure, can be with SU type if '-' is present
  2. else if '-' is present, HB + SU type;
  3. HB;

Implementation

@ffi.Array.multi([32])
external ffi.Array<ffi.Uint8> CaptureSequenceInitiator;