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

UI not update always show init image #1

Open
kismeter opened this issue Jun 13, 2018 · 4 comments
Open

UI not update always show init image #1

kismeter opened this issue Jun 13, 2018 · 4 comments

Comments

@kismeter
Copy link

kismeter commented Jun 13, 2018

try to build your code and run on my device, the UI related x,y,z, total,loop etc not update and in the screen show the init image. does I miss something? init issue? from the log, I see "throw img, only should happen at the beginning"

@jannismoeller
Copy link
Owner

jannismoeller commented Jun 13, 2018

Here in the first few seconds you can see the initialization view and after that the normal view.
That log should not be relevant execpt it gets repeated indefinitely.
Do you see the textfields x,y,z? because they should not be visible in the initial view.
Which device do you use? It could that the intrinsic and extrinsic parameters of your device differ too much from the S7 I used and thus the algorithm is not able to converge.

@kismeter
Copy link
Author

@jannismoeller I didn't see the textfield value x,y,z etc. I'm using BlackBerry KEY2, Let me find S7 have a try , if works fine I'll try modify the parameters

@kismeter
Copy link
Author

Hi jannismoeller,

printf("Device iPhone7 param\n"); FOCUS_LENGTH_X = 526.958; FOCUS_LENGTH_Y = 527.179; PX = 244.473; PY = 313.844;

What it PX and PY?

@jannismoeller
Copy link
Owner

jannismoeller commented Jun 27, 2018

These parameters specify the image center in the pinhole camera model. It is also referred to as the principal point.

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

No branches or pull requests

2 participants