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

[FEATURE REQUEST]The automatic scan function NEEDS to wait for the gyroscope #414

Open
NastyFlytrap opened this issue Jan 24, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@NastyFlytrap
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Yes. Wait until the camera is not shaking god damnit.

Describe the solution you'd like
A clear and concise description of what you want to happen.
I want it to wait until im not moving my hands anymore. I have shaky hands and it takes me a second or two to mostly stabilize them. Its not too bad, the images are still mostly readable, but they look amateurish because of how fuzzy they get, since the camera cannot get a clear shot, and it wont fucking wait until i can give it a good shot

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
https://github.com/ethereal-developers/OpenScan
Its ancient and has two serious bugs which i posted there and it hasnt been updated in three years. Would have been a better option than this otherwise.

Additional context
Add any other context or screenshots about the feature request here.

@NastyFlytrap NastyFlytrap added the enhancement New feature or request label Jan 24, 2025
@farfromrefug
Copy link
Collaborator

@NastyFlytrap does that app supports what you want?
Otherwise it is not easy to implement. The gyroscope will never return you being still, bu that i mean it is very sensitive. So it would require a filter to get it to find a "stable enough" position. Which could require a lot of work and testing.

However i like the idea. If you find already existing implementations i can do it quite quickly

@NastyFlytrap
Copy link
Author

@NastyFlytrap does that app supports what you want? Otherwise it is not easy to implement. The gyroscope will never return you being still, bu that i mean it is very sensitive. So it would require a filter to get it to find a "stable enough" position. Which could require a lot of work and testing.

However i like the idea. If you find already existing implementations i can do it quite quickly

Sadly no. It works differently. It just uses the camera, i think it directly links to the default camera app and routes the image back into itself, or maybe it uses its own internal camera app to take photos, and then you crop that, and with good black and white filtering it looks really nice actually.

I cant use it because it has a critical bug, which is that rotating an image downsamples it significantly, so if you press rotate three times it just turns into six pixels. Plus it defaults to the selfie camera for some dumb reason. Both that and this achieve the same end goal but they get to that with different steps. OSS document scanner is good too, i just cant take good photos because its very hasty in how fast it takes the image, and setting a fixed limit feels inflexible, with sometimes me needing more time and other times im just sitting there and waiting. Im not even old, i just rolled poorly on dexterity...

I get that fine tuning this would take quite a while and i honestly appreciate that you responded, but, i dont think i can offer a satisfying answer. Im sorry

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

No branches or pull requests

2 participants