pinkfish / flutter_rtmppublisher

Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
BSD 3-Clause "New" or "Revised" License
95 stars 121 forks source link

How I can preview both Front and Rear camera? #41

Open qhu91it opened 3 years ago

qhu91it commented 3 years ago

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

pinkfish commented 3 years ago

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 notifications@github.com 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 .

qhu91it commented 3 years ago

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.