Android Question 1 camera 2 panels

appie21

Active Member
Licensed User
Longtime User
Is it possible to get av iew from1 camera in 2 panels?

So that i get 2 the same views in 2 panels?(live)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
It will not happen automatically. You will need to convert the preview image to a Bitmap object and then show it on the second panel.

You can use PreviewImageToJpeg from CameraEx to convert the raw data to a Jpeg image. The next step will be to create an InputStream with InputStream.InitializeFromBytesArray and create the image with Bitmap.Initialize2.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…