HitachiCameraGroup

In short

SensorGroup for HitachiCameras

Aliases:

  • HitachiCamera

Settings

Global:

  • Module_Name - String:Set this to HitachiCameraGroup to load this page's module.
  • ID - String:The ID of the SensorGroup. Will be used to identify it. Unique.
  • Sensors - Comma-Delimited-String-Array:The IDs of all Sensors that make up this SensorGroup.If you only have one SensorGroup, the keyword '*' can be used to include all Sensors.

Advanced:

  • Delay_Pre_Capture_By - TimeType: Time before capture.
  • Delay_Post_Capture_By - TimeType: Time after capture.
  • Dead_Time - TimeType: Estimated time between firing camera pin and actual capture.
  • Camera_Pins - Comma-Delimited-Integer-Array: Trigger pins for each camera.

Template configuration

#####################
#   Basic Settings  #
#####################

# The name of the actual module to load. Examples might be HitachiCameraGroup, or AVTCameraGroup.
Module_Name=HitachiCameraGroup

# The ID of the SensorGroup. Will be used to identify it. Unique.
ID=STRING

# The IDs of all Sensors that make up this SensorGroup.
# If you only have one SensorGroup, the keyword '*' can be used to include all Sensors.
Sensors=COMMA-DELIMITED-STRING-ARRAY


#####################
# Advanced Settings #
#####################

# Time before capture.
Delay_Pre_Capture_By=TIMETYPE

# Time after capture.
Delay_Post_Capture_By=TIMETYPE

# Estimated time between firing camera pin and actual capture.
Dead_Time=TIMETYPE

# Trigger pins for each camera.
Camera_Pins=COMMA-DELIMITED-INTEGER-ARRAY

Normal configurations

  • universal

    #####################
    #   Basic Settings  #
    #####################
    
    # The name of the actual module to load. Examples might be HitachiCameraGroup, or AVTCameraGroup.
    Module_Name=HitachiCameraGroup
    
    # The ID of the SensorGroup. Will be used to identify it. Unique.
    ID=0
    
    # The IDs of all Sensors that make up this SensorGroup.
    # If you only have one SensorGroup, the keyword '*' can be used to include all Sensors.
    Sensors=*
    
    
    #####################
    # Advanced Settings #
    #####################
    
    # Time before capture.
    Delay_Pre_Capture_By=30ms
    
    # Time after capture.
    Delay_Post_Capture_By=30ms
    
    # Estimated time between firing camera pin and actual capture.
    Dead_Time=0.0000025ms
    
    # Trigger pins for each camera.
    Camera_Pins=7,8,9,10,11,12

Also see

These other modules are related to this one.