xiStopAcquisition

Function xiStopAcquisition 

Source
pub unsafe extern "C" fn xiStopAcquisition(
    hDevice: HANDLE,
) -> XI_RETURN
Expand description

\brief Stop image acquisition

Ends the work cycle of the camera, stops data acquisition and deallocates internal image buffers.

@param[in] hDevice handle to device @return XI_OK on success, error value otherwise.