DebugCamera
In short
Represents a single software-implementation camera. Can be used to simulate a real camera.
Settings
Global:
Module_Name
-String
:Set this toDebugCamera
to load this page's module.ID
-String
:The ID of the camera. This has to be unique to the chamber.This will show up in the chambers output and logs, to identify which images are from which sensor.
Advanced:
FailsConnection
-Boolean
: If it should fail to be verified as existing.FailureChance
-Double
: Chance to fail when capturing images.
Template configuration
#####################
# Basic Settings #
#####################
# The name of the actual module to load. Examples might be HitachiCamera, or AVTCamera.
Module_Name=DebugCamera
# The ID of the camera. This has to be unique to the chamber.
# This will show up in the chambers output and logs, to identify which images
# are from which sensor.
ID=STRING
#####################
# Advanced Settings #
#####################
# If it should fail to be verified as existing.
FailsConnection=BOOLEAN
# Chance to fail when capturing images.
FailureChance=DOUBLE
Normal configurations
universal
##################### # Basic Settings # ##################### # The name of the actual module to load. Examples might be HitachiCamera, or AVTCamera. Module_Name=DebugCamera # The ID of the camera. This has to be unique to the chamber. # This will show up in the chambers output and logs, to identify which images # are from which sensor. ID=STRING ##################### # Advanced Settings # ##################### # If it should fail to be verified as existing. FailsConnection=BOOLEAN # Chance to fail when capturing images. FailureChance=0.0
Also see
These other modules are related to this one.