ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
11.24k stars 955 forks source link

[Feature]: Panoramic images #7399

Closed AsandahDevs closed 1 month ago

AsandahDevs commented 1 month ago

Description

Camera option for taking panoramic images

Platforms

Request or proposed solution

The current camera plugin only allows users to take pictures or upload images from the gallery . I need an additional option from the existing camera plugin to allow users to take panoramic images especially since most modern device cameras support this feature natively.

Alternatives

No response

Additional Information

No response

jcesarmobile commented 1 month ago

Plugins repository is https://github.com/ionic-team/capacitor-plugins/issues, you should report issues there.

But neither the iOS component used for taking pictures, not the Android Intent to the Camera app allow this feature at the moment, so even if you report the issue there, it won't be added because it's not possible with the current implementation of the native components, only way would be to create a plugin that doesn't use provided components or Intents but access to the Camera directly.

ionitron-bot[bot] commented 3 days ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.