Click or drag to resize

IVideoCameoControlGetSnapshot Method

Get snapshot with image and additional information.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
ISnapshotInfo GetSnapshot()

Return Value

ISnapshotInfo
Object that contains all required snapshot information.
Exceptions
ExceptionCondition
CameoSdkExceptionImage pane is not initialized properly with a camera. Call SetCamera(ICamera) before.
Remarks
You may expect that method returns null when ContentState is equal to the ConnectionAvailable, but picture is not yet displayed in UI. This may happen either during initialization of image pane, if camera was just set, or when playback recording is not available for a given time.
See Also