Kiran
Kiran
Regarding your question "I want to know if we can use two separate SurfaceViews (one for back and one for front camera)" Yes, it is possible to use two separate...
It should be possible. Have you tried commenting out SurfaceView related functions from VideoStream.java? For eg: createCamera() would throw an exception is surface is null. What kind of errors do...
Yes you can do that. One way is to write a RTSP client which connects to the other phone acting as RTSP server using videoview widget and enter the server...