EasyManuals Logo

Basler scout GigE User Manual

Basler scout GigE
374 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #194 background imageLoading...
Page #194 background image
Color Creation and Enhancement AW00011916000
184 Basler scout GigE
You can set the Gamma Enable parameter, use the Gamma Selector, and set Gamma parameter
values from within your application software by using the Basler pylon API. The following code
snippet illustrates using the API to set the parameter values for sRGB type correction:
// Enable the Gamma feature
Camera.GammaEnable.SetValue( true );
// Set the gamma type to sRGB
Camera.GammaSelector.SetValue ( GammaSelector_sRGB );
The following code snippet illustrates using the API to set the parameter values for user type
correction:
// Enable the Gamma feature
Camera.GammaEnable.SetValue( true );
// Set the gamma type to User
Camera.GammaSelector.SetValue ( GammaSelector_User );
// Set the Gamma value to 1.2
Camera.Gamma.SetValue( 1.2 );
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 43.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler scout GigE and is the answer not in the manual?

Basler scout GigE Specifications

General IconGeneral
BrandBasler
Modelscout GigE
CategoryIP Camera
LanguageEnglish

Related product manuals