Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

question: possible to take multiple photos without leaving camera? #6

Closed
jamesdixon opened this issue Jul 2, 2020 · 4 comments
Closed
Labels
question Further information is requested

Comments

@jamesdixon
Copy link

Hi there,

Looks like a fantastic package! I was wondering if it's possible to take multiple photos without actually leaving the camera screen?

I'm working on an app where the user may want to take multiple photos at once (similar to iOS burst mode).

Thanks!
James

@mateusfccp mateusfccp added the question Further information is requested label Jul 2, 2020
@mateusfccp
Copy link
Owner

mateusfccp commented Jul 2, 2020

Hi, @jamesdixon!
Thanks for your support!

magiceye is, at least currently, only an abstraction on top of the official Flutter camera plugin. Although there are ways to make a burst capture of images (at least on Android, didn't search much about iOS), these APIs are not exposed to me through their plugin.

Being so, if I am to implement this feature, I would have to (1) wait for them to provide a way to make burst shots in their API or (2) implement by myself through native.

I've been thinking about the possibility of forking or implementing my own camera plugin to be used with magiceye, but is not like I have much time...

This being said, I think I can provide a feature where the user can take any arbitrary amount of photos sequentially by providing them through a Stream of taken photos, instead of Future of one single taken photo (that is the current API). I am going to reason about it.


Does this answer your question?

@jamesdixon
Copy link
Author

@mateusfccp thanks for the thoughtful reply 🙏 Yes, I think even being able to take photos sequentially through a stream would be fantastic.

@mateusfccp
Copy link
Owner

@jamesdixon I am going to open an issue to track this feature and then close this one. Maybe this weekend I can give a look on this.

@jamesdixon
Copy link
Author

Very cool! Thank you 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants