LWia::EndVideoPreview

#include "ltwrappr.h"

virtual L_INT LWia::EndVideoPreview()

Shuts down the streaming video.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This feature is available in LEADTOOLS version 16 or higher.

This function shuts down the streaming video. To start video preview again you need to call LWia::StartVideoPreview again.

Call this function only after a successful call to LWia::StartVideoPreview function.

Required DLLs and Libraries

LTWIA

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LWia::StartVideoPreview, LWia::ResizeVideoPreview, LWia::IsVideoPreviewAvailable, LWia::AcquireImageFromVideo, LWia::InitSession, LWia::EndSession, Class Members

Topics:

Working with Video Devices

 

WIA Functionality: Property Functions

Example

For an example, refer to LWia::IsVideoPreviewAvailable.