A frame layout that shows exactly the same as the other

2

I mean to show it in the following way:

Mainlayout2.addView(Mainlayout);

Take into account that the view of the camera was added at the first sight in real time ...

My goal in itself is to find a way to show in another framelayout what is in the first but without calling the procedures of the first. Only create a clone of what is displayed ...

    
asked by Origami LombanoJ 22.06.2016 в 09:04
source

1 answer

1

I think there is something important to consider:

  

At first glance the view of the camera was added in real time

If you mean to upload the image of the camera (front or back) in another FrameLayout you can not do it, you have to consider that the streaming is related to a single SurfaceView that is probably what you use. Maybe you could add the view but you could not see the image!

    
answered by 22.06.2016 в 16:50