ios-samples/ios11/AVCam
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
src Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Metadata.xml [ios11] add two AV samples 2018-02-28 17:15:24 -08:00
README.md remove hashtags ios11 ios12 2019-07-24 18:24:49 -07:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - AVCam Using AVFoundation to Capture Images and Movies, this sample demonstrates how to use the AVFoundation capture API to record movies... (iOS11) sample
csharp
xamarin
tags
ios11
ios11-avcam

AVCam

Using AVFoundation to Capture Images and Movies

AVCam demonstrates how to use the AVFoundation capture API to record movies and capture still images. The sample has a record button for recording movies, a camera button for switching between front and back cameras (on supported devices), and a still button for capturing still images. AVCam runs only on an actual device, either an iPad or iPhone, and cannot be run in Simulator.

Build Requirements

Xcode 9.0, iOS 11.0 SDK

Runtime

iOS 11.0 or later

License

Xamarin port changes are released under the MIT license