CSCameraGroup

In short

SensorGroup for CSCamera.

Aliases:

  • CSCamera

Settings

Global:

  • Module_Name - String:Set this to CSCameraGroup 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 cameras fire.
  • Delay_Post_Capture_By - TimeType: Time after cameras fire.
  • Dead_Time - TimeType: Time to assume cameras won't fire after trigger pin is set.
  • Camera_Pins - Comma-delimited-byte-array: Trigger pins.

Template configuration

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

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

# 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 cameras fire.
Delay_Pre_Capture_By=TIMETYPE

# Time after cameras fire.
Delay_Post_Capture_By=TIMETYPE

# Time to assume cameras won't fire after trigger pin is set.
Dead_Time=TIMETYPE

# Trigger pins.
Camera_Pins=COMMA-DELIMITED-BYTE-ARRAY

Normal configurations

  • universal

    #####################
    #   Basic Settings  #
    #####################
    
    # The name of the actual module to load. Examples might be HitachiCameraGroup, or AVTCameraGroup.
    Module_Name=CSCameraGroup
    
    # 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 cameras fire.
    Delay_Pre_Capture_By=35us
    
    # Time after cameras fire.
    Delay_Post_Capture_By=35us
    
    # Time to assume cameras won't fire after trigger pin is set.
    Dead_Time=0000025ms
    
    # Trigger pins.
    Camera_Pins=7,8,9,10,11,12

Also see

These other modules are related to this one.