- Cavan Scott's Star Wars Adventures In Wild Space Story 2: The Giant Book/ Star Wars Adventures In Wild Space: The Giant Book 2 - Cavan Scott's Star Wars Adventures In Wild Space Story 3: The Indecision Book - Cavan Scott's Star Wars Adventures In Wild Space Story 1: The Nest - Cavan Scott's Star Wars Adventures In Wild Space Story 4: The Whisperer
Star Wars: The Cold is the first of three stories in a series known as Star Wars Adventures In Wild Space written by Cavan Scott and illustrated by the team of Rob Cameron and Jamie Hewlett. The book is Star Wars Adventures In Wild Space Story 2: The Giant Book'', is the second in the series of three.
Other novels
External links
Star Wars Adventures in Wild Space at the Internet Speculative Fiction Database
The Big Book at the Internet Speculative Fiction Database
Category:Science fiction book series
Category:Novels based on Star Wars
Category:2006 novels
Category:Series of children's booksQ:
C# UWP Get Cordova cameraImageData returning null
I'm using UWP and Cordova and i want to convert the cameraImageData i get from the camera to BitmapImage. I've the following code:
CaptureRequest request = new CaptureRequest();
request.TargetWidth = 1000;
request.TargetHeight = 1000;
request.SaveJpegAsync(ms, (IThumbnailCallback) GetThumbnailCallback(image), RequestState.None).Wait();
var response = await ms.TakePictureAsync();
if (response.Count > 0)
{
var uri = response[0].ImageUri;
var file = await Windows.Storage.ApplicationData.Current.LocalFolder.CreateFileAsync("image.jpg", Windows.Storage.CreationCollisionOption.ReplaceExisting);
await Windows.Storage.FileIO.WriteFileAsync(file.Path, response[0].Image);
var imageSource = ImagingSource.FromUri(new Uri("ms-appx:///Assets/image.jpg"));
var bitmap = new BitmapImage();
bitmap.SetSource(imageSource);
return bitmap;
}
The imageSource is null.
A:
Windows be359ba680
Related links:
댓글