Page 1 of 1

Maygion support PTZ & Audio

PostPosted: Sat Oct 05, 2013 12:55 am
by bretzle
Hi,

I've just set up a new IP camera. I'm 95% sure it's a Maygion IP Camera V3 (profile works in ispy). I'm able to get video into Xeoma via http://192.168.100.126/videostream.asf?pwd&usr. Audio (not working) http://192.168.100.126/GetAudioData.cgi?Format=Pcm

These settings were created by Xeoma under the Maygion profile.

I'll use iSpy as a reference as functions are working in it which aren't working in Xeoma. These are the issues:

No audio in Xeoma but works in iSpy
No PTZ in Xeoma but works in iSpy with the following profile:

Code: Select All Code
<Camera id="18">
    <Makes>
      <Make Name="MayGion" Model="v3" />
    </Makes>
    <CommandURL>/cmd.xml?cmd=moveptz</CommandURL>
    <Commands>
      <Center>
      </Center>
      <Left>dir=left</Left>
      <LeftUp>
      </LeftUp>
      <Right>dir=right</Right>
      <RightUp>
      </RightUp>
      <Up>dir=up</Up>
      <Down>dir=down</Down>
      <LeftDown>
      </LeftDown>
      <RightDown>
      </RightDown>
      <Stop>dir=none</Stop>
      <ZoomIn>
      </ZoomIn>
      <ZoomOut>
      </ZoomOut>
    </Commands>
    <ExtendedCommands>
    </ExtendedCommands>
  </Camera>


Another issue that I don't expect to be addressed here is that the camera is capable of producing h.264 at 1280x720 resolution which can be accessed via its built in web server. I haven't been able to find out what's required to capture this stream, all Xeoma and iSpy can find is the low res 4:3 stream. I'll need to do more research. I can set up a port for admins to access the camera directly if required.

You guys have been great for support and I hope you can help out with these issues.

Thanks

Re: Maygion support PTZ & Audio

PostPosted: Sat Oct 05, 2013 1:15 am
by bretzle
Audio is now working, somehow.

Re: Maygion support PTZ & Audio

PostPosted: Sat Oct 05, 2013 1:57 am
by bretzle
I found the packet Xeoma is sending to the camera.

Code: Select All Code
http://192.168.100.126/axis-cgi/com/ptz.cgi?camera=-1&move=right

Re: Maygion support PTZ & Audio

PostPosted: Mon Oct 07, 2013 11:22 am
by Admin_N
What's your OS? Is it Windows (since you're using ispy as well)? Is it 32 or 64 bit?

We'd like to send you a beta version to see if it works for you.

Re: Maygion support PTZ & Audio

PostPosted: Mon Oct 07, 2013 1:27 pm
by bretzle
Hi, thanks for that. Actually I'm running the xeoma on my 64bit linux server, I've just been testing the camera with ispy on Windows.