Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 285

Table of Contents

Advertisement

Chapter 7
7.4.16.2
PicamAdvanced_RegisterForAcquisitionStateUpdated()
Description
PicamAdvanced_RegisterForAcquisitionStateUpdated()
call during data acquisition when the camera transitions to an acquisition state.
Callbacks are called asynchronously from another thread, but are serialized on that
thread. This means that additional notifications do not occur simultaneously, but occur
after each callback returns.
Syntax
The syntax for
Input Parameters
Input parameters for
are:
Output Parameters
There are no output parameters associated with
PicamAdvanced_RegisterForAcquisitionStateUpdated().
Related APIs
For additional information, refer to the following related APIs:
Advanced Function APIs
NOTE:
Multiple functions may be registered. When this is the case,
the functions are called in the order in which they have
been registered.
PicamAdvanced_RegisterForAcquisitionStateUpdated()
PICAM_API PicamAdvanced_RegisterForAcquisitionStateUpdated(
PicamAcquisitionStateUpdatedCallback updated);
PicamAdvanced_RegisterForAcquisitionStateUpdated()
device: Handle for the device for which the callback is being registered.
state: Specifies the acquisition state to detect.
PicamAdvanced_UnregisterForAcquisitionStateUpdated().
PicamHandle device,
PicamAcquisitionState state,
285
registers a function to
is:

Advertisement

Table of Contents
loading

Table of Contents