필터 지우기
필터 지우기

How to use ge.SaveScreenShot method?

조회 수: 1 (최근 30일)
Benjamin Levy
Benjamin Levy 2017년 11월 19일
I've successfully launched GoogleEarth Pro (v 7.3) from Matlab using Gus Brown's contribution, and I'm having an error on saving the image as a screenshot:
ge = GEserver;
ge.SetCameraParams(40.8501111,-74.0608333,300000,1,000,00,0,5);
[ point, bounds ] = GEcamera( ge );
filename = 'test.jpg';
ge.SaveScreenShot(filename, 'best');
No method 'SaveScreenShot' with matching signature found for class
'COM.GoogleEarth_ApplicationGE'.
What am I doing wrong?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Google Earth에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by