GEV_STATUS GevUnregisterEvent(GEV_CAMERA_HANDLE handle, UINT32 EventID);

Description

Un-register an Application Event

Parameters

handle

GEV_CAMERA_HANDLE identifying the camera whose events are to be intercepted by the application.

EventID

The particular EventID of the event to be intercepted. They are usually defined in the XML file for the camera.

Return Value

GEV_STATUS GEVLIB

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEV_STATUS_ERROR (eventID not found) 

 

Related Topics

Member Function Descriptions