Hi,
Please, don't be cruel with me for my ignorance (!), does any could show me how to load directly in an array a picture taken by camera? (i mean without save and load) ? Maybe it is not possible..
Much thanks.
Sub Camera_PictureTaken (Data() As Byte)
Dim in As InputStream
in.InitializeFromBytesArray(Data)
Dim bmp As Bitmap
bmp.Initialize2(in)
Activity.SetBackgroundImage(bmp)
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.