Table of Contents

C13440

Description
The C13440 node is the main interface to the Hamamatsu camera. It is responsible for camera initialization, configuration, and image acquisition.

Output

  • IFrameContainer
    • Either a Frame or a FrameBundle, depending on the bundling configuration.

Properties

  • EnableBundling
    Toggles the optional frame bundling feature.

    • OFF: The node outputs a Frame for every image acquired from the camera.
    • ON: The node outputs a FrameBundle after a fixed number of acquired images.
  • BundleSize
    Specifies the number of full acquisition cycles to include in a bundle.
    This property has no effect if EnableBundling is OFF.

    When bundling is enabled: Number of frames per FrameBundle = BundleSize � Processing.DeinterleaveCount

  • SettingPath
    Optional path to a saved camera settings .xml file.

  • LookupTablePath
    Optional path to a saved lookup table (LUT) .csv file.