I have a rtsp live stream to show in a videoview. This stream consist output of 4 cameras. Like in the figure, I want to enlarge respective camera and fit in view, when user press a camera button. The stream that I have is single channel..
Asked
Active
Viewed 237 times
2

sreedwish k jagan
- 108
- 7
-
1Maybe use a `GLSurfaceView`, then changing the geometry is easy. See [here](https://stackoverflow.com/questions/59524927/how-to-create-multiple-camera2-previews-in-most-efficient-way) for some discussion. – greeble31 Jan 17 '20 at 14:46