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

How to change camera angle #5

Open
shanavajk opened this issue May 17, 2019 · 1 comment
Open

How to change camera angle #5

shanavajk opened this issue May 17, 2019 · 1 comment

Comments

@shanavajk
Copy link

Hi i wanted to change the focal length of the camera to capture 12 images instead of 8. I'm not able to do this can u please help me where should i modify the code

@acodexm
Copy link
Owner

acodexm commented May 17, 2019

Well, if I understand you correctly you want to change virtual sphere grid size... to do so you'll have to decide in which "mode" you'd like to change it. Variables that are responsible for sphere size are LAT and LON (used in AndroidCamera in core package), they are saved in app properties, and hardcoded in MainActivity below 660 line in onClick methods, so there you can play with it.
I am aware that this app is over-complicated and hard to handle, and I'm not going to explain "logic" behind it at any time soon.
moreover please be aware that this app is build to test and research so, many functionalities might not work or be unstable.

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