Get/set geoglobe view angle
Afficher commentaires plus anciens
With non-GeographicAxes, camva() can be used to get/set camera viewing angle. This doesn't seem possible for uifigure+geoglobe figures. Is there a way to at least get the viewing angle? The purpose is to simulate what a camera with a particular lens would see.
7 commentaires
R
le 3 Mai 2024
This might be helpful:
scivision
le 3 Mai 2024
scivision
le 3 Mai 2024
Brahmadev
le 15 Mai 2024
If you would like to control the camera viewing angle or zoom level, "camheight" can be used to achieve a similar effect. Could you share a usecase where "camheight" cannot be used?
Benjamin Lane
le 29 Mai 2024
The angular field of view of the camera is not the same thing as the height of the camera. Please see 'camva' and associated documentation for explanaition of what were looking for. The geoglobe does not currently support this functionality, which is unfortunate.
Wes Baldwin
le 27 Mai 2025
I would also like to see this feature implemented. I don't understand why this was overlooked. camheight cannot reproduce the view angle. The geoglobe map is an amazing feature, but I cannot use it until camva is added. It would likely be an easy add.
Raymond
le 12 Déc 2025
We still need this feature to enable 3D scene modeling and reconstruction.
Réponses (1)
Gayathri
le 5 Juin 2025
0 votes
Below are some of the MATLAB functions that might help to get/set camera viewing angles.
- "campitch" - Set or query pitch angle of camera for Site Viewer https://www.mathworks.com/help/comm/ref/siteviewer.campitch.html
- "camheading" - Set or query heading angle of camera for Site Viewerhttps://www.mathworks.com/help/comm/ref/siteviewer.camheading.html
You can also use the "camroll" function to rotate the camera about view axis.
1 commentaire
Raymond
le 12 Déc 2025
This does not help fix the camva issue.
Catégories
En savoir plus sur Camera Views dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!