You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
As discussed on #6, although it's not currently viable to provide a way to make burst capture of images, it is possible to provide a way to take photos sequentially asynchronously.
This will be made by, instead of returning a Future<String> containing the path to the taken picture, provide a way to pass a Stream<String> where the MagicEye page will add each taken photo.
This will, possibly, require changes on the API, making it a breaking change.
The text was updated successfully, but these errors were encountered:
I am also making a simplification of the API and I'm going to try to solve #2 and #4 for this version, while deferring #1, so it will take a little while to be done.
I started to work on the 0.2 version, but sadly I got so much occupied that I have barely any free time to work on this... Can't give you any estimation by now... sorry
As discussed on #6, although it's not currently viable to provide a way to make burst capture of images, it is possible to provide a way to take photos sequentially asynchronously.
This will be made by, instead of returning a
Future<String>
containing the path to the taken picture, provide a way to pass aStream<String>
where theMagicEye
page will add each taken photo.This will, possibly, require changes on the API, making it a breaking change.
The text was updated successfully, but these errors were encountered: