Basler SCOUT LIGHT User Manual Page 121

  • Download
  • Add to my manuals
  • Print
  • Page
    / 166
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 120
Standard Features
Basler scout light 113
You can set the X Offset, Y Offset, Width, and Height parameter values from within your application
software by using the pylon API. The following code snippets illustrate using the API to get the
maximum allowed settings and the increments for the Width and Height parameters. They also
illustrate setting the X Offset, Y Offset, Width, and Height parameter values
int64_t widthMax = Camera.Width.GetMax( );
int64_t widhInc = Camera.Width.GetInc();
Camera.Width.SetValue( 200 );
Camera.OffsetX.SetValue( 100 );
int64_t heightMax = Camera.Height.GetMax( );
int64_t heightInc = Camera.Height.GetInc();
Camera.Height.SetValue( 200 );
Camera.OffsetY.SetValue( 100 );
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon Viewer, see Section 3.1 on page 17.
Page view 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 165 166

Comments to this Manuals

No comments