CamFile Parameter Assignment
A parameter assignment line has the following format:
<ParameterName> = <ParameterValue> [;<Comment>] <EOL>
where:
ParameterName is a valid MultiCam parameter name for the targeted board.
ParameterValue is a valid MultiCam parameter value for the parameter.
- Only one parameter assignment per line is allowed.
- An optional comment can be appended to the assignment; it must be preceded by a semi-column.
- Every line containing a parameter assignment must be terminated by a valid End-Of-Line: a CR or a pair of CR and LF characters.
- Spaces or Tab characters can be freely inserted anywhere.
- Empty lines, lines containing only comments, are allowed.
Example of parameters assignment lines
Camera = ProgressiveFR
CamConfig = PxxSA ;
Gain=1000
TargetFrameRate_Hz = 0.5; 1 frame every two seconds
Example of comment lines
; Camera Specification category
;------------------------------
; Gain=1000