Select to view content in your preferred language

AGV file video

336
0
07-03-2012 07:23 AM
NunoFigueiredo
Deactivated User
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
Tags (1)
0 Kudos
0 Replies