HitachiCamera
In short
An individual Hitachi Camera.
Settings
Global:
Module_Name
-String
:Set this toHitachiCamera
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:
MAC_Address
-String
: MAC address of the camera.Frame_Height
-Integer
: Desired frame height (pixels). Must be within camera bounds.Frame_Width
-Integer
: Desired frame width (pixels). Must be within camera bounds.
Template configuration
#####################
# Basic Settings #
#####################
# The name of the actual module to load. Examples might be HitachiCamera, or AVTCamera.
Module_Name=HitachiCamera
# 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 #
#####################
# MAC address of the camera.
MAC_Address=STRING
# Desired frame height (pixels). Must be within camera bounds.
Frame_Height=INTEGER
# Desired frame width (pixels). Must be within camera bounds.
Frame_Width=INTEGER
Normal configurations
universal
##################### # Basic Settings # ##################### # The name of the actual module to load. Examples might be HitachiCamera, or AVTCamera. Module_Name=HitachiCamera # 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 # ##################### # MAC address of the camera. MAC_Address=STRING # Desired frame height (pixels). Must be within camera bounds. Frame_Height=1024 # Desired frame width (pixels). Must be within camera bounds. Frame_Width=1360
Also see
These other modules are related to this one.