We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Really appreciated your sharing with us.
I could only download one normal image, rather than 360 degree, pano image. Could you guide us how to download 360 degree images using the tool?
Thank you
The text was updated successfully, but these errors were encountered:
Hi @Xunzhaocunzi
Please see:
https://rrwen.github.io/google_streetview/#image-search
and
https://rrwen.github.io/google_streetview/#multiple-arguments
You can adjust the field of vision fov and then rotate the camera heading accordingly.
fov
heading
For example, if the fov is 90, use increments of 90 for the heading until you cover 360 degrees:
google_streetview --location=46.414382,10.013988 --fov=90 --heading=0;90;180;270
Sorry, something went wrong.
Thank you for the guide. I appreciated.
No branches or pull requests
Really appreciated your sharing with us.
I could only download one normal image, rather than 360 degree, pano image. Could you guide us how to download 360 degree images using the tool?
Thank you
The text was updated successfully, but these errors were encountered: