Looking for a solution to extract imagery from the Google Street View panorama within a web page? In my program, I navigate specific routes using Google Street View's javascript API controlled by an embedded Java applet on the same page.
I am seeking options to capture the current Google Street View panorama image. If it cannot be achieved via Google's API, I am open to extracting the image directly from the flash object using either JavaScript or the Java applet. The graphical data will then need to be sent to the Java applet for further processing.
What are the possible solutions available to me in this scenario?
It is important to clarify that my intention is not to save images to the filesystem or breach Google's terms of use. My aim is solely to analyze the image of my present location for navigation purposes.