Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

[Enhancement] Specify if the front or rear camera is opened in CapturePhotoAsync

Open ssbssb-cmd opened this issue 4 years ago • 5 comments

Summary

When opening the camera you should be able to select if the front or rear camera is opened.

ssbssb-cmd avatar Feb 23 '21 13:02 ssbssb-cmd

I agree. Coming from CrossMediaPlugin, this feature is needed !

charmosz avatar Sep 11 '21 09:09 charmosz

I agree also, having big issues with selfie type page on Android :)

jakub-sobczuk avatar Oct 06 '21 08:10 jakub-sobczuk

Also agree, it's annoying to keep switching the view when you are attaching multiple captured images.

GeminiDev1 avatar Nov 18 '21 14:11 GeminiDev1

Can everyone please clarify, Is everyone looking for the ability to:

  1. See if the camera is already open on a specific device and detect which camera is being used of the two.
  2. The ability to see which camera is active within the application currently and where the image was captured from?
  3. The ability to change the source (Front or Rear) of the Camera?

sshere avatar Apr 13 '22 04:04 sshere

Yeah! This feature is needed... maybe could be set in the MediaPickerOptions, some sort of:

var photo = await MediaPicker.CapturePhotoAsync(new MediaPickerOptions
{
    Title ="Please take a selfie",
    FromRear = false // or true as a default
});

benjamingranados avatar May 09 '22 23:05 benjamingranados