AW00097603000 Standard Features
Basler aviator GigE 191
Reading and Clearing the Error Codes Using Basler pylon
You can use the pylon API to read the value of the Last Error parameter and to execute a Clear Last
Error command from within your application software. The following code snippets illustrate using
the pylon API to read the parameter value and execute the command:
// Read the value of the last error code in the memory
LastErrorEnums lasterror = Camera.LastError.GetValue();
// Clear the value of the last error code in the memory
Camera.ClearLastError.Execute( );
You can also use the Basler pylon Viewer application to easily set the parameter and execute the
command.