简体   繁体   中英

xamarin forms livecast-like page-inline camera

I was wondering if anyone here knows how to add a camera area like this one(similar to snapchat I guess) in Xamarin Forms (preferably,mainly with XAML)Camera area is suppose to have a livecast & it is going to be on iOS

needed this screen:

需要这个屏幕

I tried Xam.Plugins.Media but couldn't manage to create the needed screen

The media plugin, goes into the platform specific Camera Screen, takes a picture then returns. You can't put extra buttons on the screen in this way.

To get a video feed and manage the capture yourself, you will need to implement a lot of platform specific things.

Android

https://developer.xamarin.com/recipes/android/media/video/record_video/

iOS (Look at the AV samples)

https://developer.xamarin.com/samples/ios/Media/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM