-
Notifications
You must be signed in to change notification settings - Fork 45
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
Extract photo spheres from E57 #23
Comments
Hello |
I've had some luck doing it this way:
|
Thanks I'd finally found this way too ! |
Hi, Why I've got an error using sphericalRepresentation and not using pinholeRepresentation? |
Hi, |
You can use the cartesianBounds and pose fields of the sphericalRepresentation element of each image.
|
@spatialhast Did you have any luck solving it? I have the same problem currently and would appreciate some help. |
|
Have you already found a solution to extract panoramic image from e57 wich not contains embbeded image? |
I've got it. You could try to use rowIndex / columnIndex. I don't want to give a ready-made solution as I consider it my Know-How, but the direction of the search is roughly like this:
I use my solution hier: https://360-for-you.com/ |
Hi @swell-d |
Applying rowColumn allows you to pull panoramas from e57 files generated, for example, in ReCap. It is not about synthesizing panoramas from points, it is only about extracting a panoramic photo. |
Ok, I understand. I can imagine panorama extracted from points are poor. there must be a code extract somewhere...or I'm going to have to have a good understanding of the studies done to generate my own code.. |
|
This seems a common issue / question people have - if someone could submit a code sample as a pull request that would be very helpful to other users of the library. |
Hello, I'm trying to export photospheres as jpeg images from E57 file. I saw #4 but it doesn't work.
Do you have a working sample code that explains hox to proceed please ?
The text was updated successfully, but these errors were encountered: