AVTCameraDriver
In short
Controls AVT Vimba cameras.
Aliases:
- AVTCamera
Settings
Global:
Module_Name
-String
:Set this toAVTCameraDriver
to load this page's module.Warner
-String
:The ID of the Warner that will be used to alert of failers.The keyword 'default' will use the systems default warner (defined in the .ChamberConfig).Timeout
-TimeType
:How long to wait for this SensorDriver before giving up.
Advanced:
SoftwareTrigger
-Boolean
: If we should just use the software trigger.cam_GevSCPSPacketSize
-String
: Size of packets to get back from the cameras.cam_BinningHorizontal
-String
: ?cam_BinningVertical
-String
: ?cam_Gamma
-String
: ?cam_<OPTION>
-String
: Other camera trigger options.
Template configuration
#####################
# Basic Settings #
#####################
# The name of the actual module to load. Examples might be HitachiCameraDriver or AVTCameraDriver.
Module_Name=AVTCameraDriver
# The ID of the Warner that will be used to alert of failers.
# The keyword 'default' will use the systems default warner (defined in the .ChamberConfig).
Warner=STRING
# How long to wait for this SensorDriver before giving up.
Timeout=TIMETYPE
#####################
# Advanced Settings #
#####################
# If we should just use the software trigger.
SoftwareTrigger=BOOLEAN
# Size of packets to get back from the cameras.
cam_GevSCPSPacketSize=STRING
# ?
cam_BinningHorizontal=STRING
# ?
cam_BinningVertical=STRING
# ?
cam_Gamma=STRING
# Other camera trigger options.
cam_<OPTION>=STRING
Normal configurations
universal
##################### # Basic Settings # ##################### # The name of the actual module to load. Examples might be HitachiCameraDriver or AVTCameraDriver. Module_Name=AVTCameraDriver # The ID of the Warner that will be used to alert of failers. # The keyword 'default' will use the systems default warner (defined in the .ChamberConfig). Warner=default # How long to wait for this SensorDriver before giving up. Timeout=2min ##################### # Advanced Settings # ##################### # If we should just use the software trigger. SoftwareTrigger=false # Size of packets to get back from the cameras. cam_GevSCPSPacketSize=1500 # ? cam_BinningHorizontal=1 # ? cam_BinningVertical=1 # ? cam_Gamma=1 # Other camera trigger options. cam_GainRaw=25
Also see
These other modules are related to this one.