Camera.SetLiveViewEnable Method

Definition

Namespace: P1Sdk

Turn capturing and transferring of LiveView images on or off

public void SetLiveViewEnable(bool enable);

To receive a stream of LiveView images, set this to true. This causes the camera to begin feeding a stream of bitmap images to you host system.

By default LiveView images are 1024 x 768 pixels, and 24 bit RGB. You can change these settings using the properties.

Parameters:

SdkException

SdkException with the error-code if something goes wrong.

enable

Set to true to enable LiveView image transffering.

See also:

WaitForLiveView