CCamera::RemoveImageCapturedCallback Method
C++
void RemoveImageCapturedCallback(TFuncImageCaptured pxCallback)
Removes the given callback function from the list of image captured callbacks. Does nothing if it's not in the list.
Parameters
[TFuncImageCaptured] pxCallback |
[in] The callback function to remove. |