dimonovdd / Xamarin.MediaGallery

This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
MIT License
149 stars 18 forks source link

Capture photo with Metadata #82

Closed dimonovdd closed 2 years ago

dimonovdd commented 2 years ago

Description

This Pull Request also fixes possible bugs related to video picking on iOS and #80

Related to issue

API Changes

Added:

public static bool CheckCapturePhotoSupport();

public static Task<IMediaFile> CapturePhotoAsync(CancellationToken token = default);

Recommendations for testing

Just capture photos

PR Checklist