Auto Follow: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
(Created page with "You can set up an Auto-Follow camera to track a moving entity in the map. The auto-follow source can be either a Track, Draw object or a VideoMetadata source. The API documentation can be found [http://codedocs.maria.teleplanglobe.com/develop_gdk5/managed/class_t_p_g_1_1_g_d_k_1_1_windows_1_1_globe_map_1_1_auto_follow.html here]")
 
No edit summary
Line 2: Line 2:


The API documentation can be found [http://codedocs.maria.teleplanglobe.com/develop_gdk5/managed/class_t_p_g_1_1_g_d_k_1_1_windows_1_1_globe_map_1_1_auto_follow.html here]
The API documentation can be found [http://codedocs.maria.teleplanglobe.com/develop_gdk5/managed/class_t_p_g_1_1_g_d_k_1_1_windows_1_1_globe_map_1_1_auto_follow.html here]
Each target item type has a corresponding AutoFollowSource, i.e <code>TrackAutoFollowSource</code>,
== Example ==
<source>
</source>

Revision as of 14:53, 13 August 2024

You can set up an Auto-Follow camera to track a moving entity in the map. The auto-follow source can be either a Track, Draw object or a VideoMetadata source.

The API documentation can be found here

Each target item type has a corresponding AutoFollowSource, i.e TrackAutoFollowSource,


Example