It is possible to convert the output to a bitmap by using InputStream.InitializeFromBytesArray together with Bitmap.Initialize2.
However a better solution will be to save the image to a temporary file and then load it with LoadBitmapSample. Otherwise you will soon run out of memory as the camera images can be huge.