Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress is reseting and making the package pretty much impossible to complete capture #7

Open
GoxeeVladan opened this issue Jul 19, 2024 · 2 comments

Comments

@GoxeeVladan
Copy link

For me on my physical Android when i start the camera and point it to the dot i starts slowly to go right for 25-30% at most, one time only it showed me 75% and then when dot went right again it showed 0... I'm not sure is it something that you are aware of or am i doing something wrong? Thanks in advance

@dajanvulaj
Copy link
Contributor

The stitching procedure right now works this way: After each image is taken, it tries to stitch it with the previous taken image, and if it fails it goes back (to the left) 10% in degrees. If it fails multiple times then the it restarts the procedure and it starts from 0.

This happens mostly on android devices as the official camera package doesn’t give us access to select the widest camera an android device has.

I’m planing to modify the stitching procedure so that if app fails to stitch 2 images, than it will stitch them using the matching points from the previous successful stitch. (This is not perfect but this way at least the user would be able to capture a full 360 rotation, also the stitching should be 70-80% correct)

I’ve have already been working on this but at the moment I’ve been really busy.
So, I’ll be pushing an update on this package as soon as I can, but at the moment I can’t provide a quick fix for this. Sorry!

@dummer-Affe
Copy link

dummer-Affe commented Sep 25, 2024

Struggling with same issue here. On an iphone xs device. I appreciate your hard work however as of now it's impossbile to sticth images properly and actually capture anything. Took me one hour to reach 65 pct and it restarted again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants