Class
Accessible
Camera.Information.GetCameraStatus
Syntax
uEye.Information.GetCameraStatus(uEye.Defines.CameraStatus cameraStatus, out int s32Status)
Description
Returns various status information and settings.
In freerun mode, 0 is always returned when querying the counter readings for trigger and missed trigger signals. These counter readings are only counted in triggered mode. If a value other than IS_GET_STATUS is passed in the ulValue parameter, the trigger counter readings are reset. |
Parameter
cameraStatus |
•uEye.Defines.CameraStatus.ExternTriggerEventCount: Returns the camera's internal count of external trigger events. •uEye.Defines.CameraStatus.FiFoOverrunCount: Number of FIFO overruns. Is increased if image data gets lost because the USB bus is congested. •uEye.Defines.CameraStatus.LastCaptureError: Returns the last image capture error. For a list of all possible error events, see GetCaptureStatus(). •uEye.Defines.CameraStatus.ParameterExt: Indicates whether a parameter set is present on the non-volatile camera memory (read-only). See also Parameter. •uEye.Defines.CameraStatus.ParameterSet1: Indicates whether parameter set 1 including camera settings is present on the camera (read-only). See also Parameter. •uEye.Defines.CameraStatus.ParameterSet2: Indicates whether parameter set 2 including camera settings is present on the camera (read-only). See also Parameter. •uEye.Defines.CameraStatus.SequenceCount: Returns the sequence count. For Capture(), this parameter is set to 0. Each time the sequence buffer (image counter) changes, the counter is increased by 1. •uEye.Defines.CameraStatus.SequenceSize: Returns the number of sequence buffers. •uEye.Defines.CameraStatus.Standby: Sets the camera to standby mode (1 = enables standby, 0 = disables standby) •uEye.Defines.CameraStatus.StandbySupported: Queries whether the camera supports standby mode (read-only). •uEye.Defines.CameraStatus.TriggerMissed: Returns the number of unprocessed trigger signals. Is reset to 0 after each call. |
s32Status |
Returns the information specified by cameraStatus. |