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

Massive pause between calibration #1

Open
burf2000 opened this issue Jul 3, 2015 · 3 comments
Open

Massive pause between calibration #1

burf2000 opened this issue Jul 3, 2015 · 3 comments

Comments

@burf2000
Copy link

burf2000 commented Jul 3, 2015

I am running this on nexus 5 and it really really goes slow, takes a few minutes to take the 10 shots?

@zh-wang
Copy link
Owner

zh-wang commented Jul 4, 2015

Did you see the counter on the screen? Did it work?

@burf2000
Copy link
Author

burf2000 commented Jul 6, 2015

It did work, it took a long time to get through the process on my nexus 5
How could I get it to use my own markers?

@zh-wang
Copy link
Owner

zh-wang commented Jul 7, 2015

The main process of calibration is 'Java_zh_wang_android_opencv_ar_OpenCVARView_FindFeatures' in jni_part.cpp.
The method is running on receiving each frame taken from device camera.
Perhaps run this method asynchronously will provide a smooth user experience.
And calibration on non-chessboard image will take a longer time for calculation.

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

2 participants