flutter_rtmppublisher icon indicating copy to clipboard operation
flutter_rtmppublisher copied to clipboard

How I can preview both Front and Rear camera?

Open qhu91it opened this issue 3 years ago • 2 comments

I want use both camera feeds at the same time in my app, have any option for that?

qhu91it avatar Nov 17 '20 17:11 qhu91it

No. Not sure how possible that is? I think the OS in most cases only lets you use one camera?

On Tue, 17 Nov 2020 at 09:33, bui quoc hung [email protected] wrote:

I want use both camera feeds at the same time in my app, have any option for that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pinkfish/flutter_rtmppublisher/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATOMMKHN4OWUXIY7BWXU43SQKXUXANCNFSM4TY4A5OA .

pinkfish avatar Nov 17 '20 18:11 pinkfish

Hi, it like this article on Android: How to Use the Front and Rear Camera Previews Simultaneously in Android Using the Camera2 API and for iOS (>=13) is new feature Multi-Camera.

qhu91it avatar Nov 18 '20 15:11 qhu91it