Epson Moverio Pro BT-2000 Developer's Manual page 94

Hide thumbs Also See for Moverio Pro BT-2000:
Table of Contents

Advertisement

6.8.11. setContrast
Function
Set the contrast value.
Format
void setContrast (int);
Parameter
None.
Return value
Model
int
Usage procedure
/*Start camera*/
camera = Camera.open();
/*Acquire current parameter (or default value)*/
Camera.Parameters params = camera.getParameters();
/*Acquire the current contrast value.*/
int contrast = params.getContrast();
contrast++;
/*When the contrast value enters an available setting range, it is
set*/
if (contrast <= params.getSupportedContrastMax() &&
params.setContrast(contrast);
camera.setParameters(params);
}
Remarks
After setting the contrast value in setContrast,
Changed content is not reflected until setParameters is executed.
MOVERIO Pro Developer's Guide (Rev.1.4)
Explanation
Set the contrast value.
For the BT-2000, you can set -3 to +3.
contrast >= params.getSupportedContrastMin() ) {
be sure to perform setParameters.
88

Advertisement

Table of Contents
loading

This manual is also suitable for:

Moverio pro bt-2200

Table of Contents