anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceCamera::GetNextImage (M32 *)

Getting next camera image.

C++
Image GetNextImage(M32 * pDeviceResponse = NULL);
Parameters 
Description 
M32 * pDeviceResponse = NULL 
(see Message

Image : It is necessary to check the IsValid filed to know if received image is valid.

GetNextImage gets the next camera image according to the latest internal image number. If the image is not yet available, the call is blocked awaiting the new image. The parameter pImage is filled with the new image.

This overload of GetNextImage is slower than the other because a new Image is created and image buffer is rebuilt at each new request.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!