Namespace: Rx::LFR – Class: CCamera – Header: Rx.LFR/Camera.h

CCamera::AddImageCapturedCallback Method

C++
void AddImageCapturedCallback(TFuncImageCaptured pxCallback, void* pvContext)

Adds the given callback function with the given context to the list of image captured callbacks.

If the given callback function is already in the list, only the context is updated to the given one.

Parameters

[TFuncImageCaptured] pxCallback

[in] The callback function. Must not be null.

[void*] pvContext

[in] The context pointer. Can be null.