Hi,
I'm trying to add an video layer into ArcGlobe, but unfortunately I had no success, always gives me the error "Uknown error occured while creating geovideo layer"
the video format is mp4 and I intend to use as a ProjectionType="Ortho"
something missing or some additional configuration is necessary?
the AGV file:
<?xml version="1.0" encoding="UTF-8"?>
<VideoLayer>
<VideoOverlay>
<MetaData>
<Name>test</Name>
<Description>test</Description>
</MetaData>
<VideoSource FrameSourceType="File">
<VideoFilesSource>
<VideoFilePath>d:\test\UAV.mp4</VideoFilePath>
</VideoFilesSource>
<FrameRequestRate>30</FrameRequestRate>
</VideoSource>
<VideoGeoReferencing ProjectionType="Ortho">
<OrthoGraphicLocation>
<North>38.0</North>
<East>-120.0</East>
<West>-123.0</West>
<South>37.0</South>
<Rotation>45.0</Rotation>
</OrthoGraphicLocation>
</VideoGeoReferencing>
</VideoOverlay>
</VideoLayer>
Thanks,
Nuno