DebugCameraDriver
In short
Controller for DebugCamera, which simply takes sample jpg images from its DebugCameras when requested to capture. Also useful for simulation. Can be configured with a global and/or per camera failure chance will variable throwables.
Aliases:
- DebugCamera
Settings
Global:
Module_Name
-String
:Set this toDebugCameraDriver
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:
TotalFailureChance
-Double
: The chance for a critical failure (all cameras fail). This is different than individual camera cashes, and is thus logged differently.
Template configuration
#####################
# Basic Settings #
#####################
# The name of the actual module to load. Examples might be HitachiCameraDriver or AVTCameraDriver.
Module_Name=DebugCameraDriver
# 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 #
#####################
# The chance for a critical failure (all cameras fail).
# This is different than individual camera cashes, and is thus logged differently.
TotalFailureChance=DOUBLE
Also see
These other modules are related to this one.