ImageStream Property
Collapse the table of content
Expand the table of content

ContentReadyEventArgs.ImageStream Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the image stream corresponding to the full-resolution and thumbnail images in the CaptureImageAvailable and CaptureThumbnailAvailable events, respectively.

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

public Stream ImageStream { get; private set; }

Property Value

Type: System.IO.Stream
The image stream.

In the CaptureImageAvailable event, this property returns the image stream to the corresponding full-resolution image. In the CaptureThumbnailAvailable event, this property returns the image stream to the corresponding thumbnail image.

For more information about how to implement this member, see How to create a base camera app for Windows Phone 8.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft