Is There Any Api To Fetch Both Rear And Front Camera View At The Same Time?
I have a requirement to show both rear and front camera in a single display. Is it possible to show both simultaneously. Is there any api to fetch both views at the same time?
Solution 1:
Same as a single camera... Just double.
Two SurfaceHolders, and two Camera instances.
http://developer.android.com/reference/android/hardware/Camera.html
Post a Comment for "Is There Any Api To Fetch Both Rear And Front Camera View At The Same Time?"