Integrating Pixord cameras

Forum for questions and support relating to the 1.24.x releases only.
Locked
majere
Posts: 4
Joined: Fri Jun 12, 2009 10:31 am

Integrating Pixord cameras

Post by majere »

Hi All,

Does anyone has experience integrating Pixord IP cameras/servers? I'm trying to integrate streams from a Pixord P1401 using the following url format but the image is not being displayed.

IP-Of-Camera/getimage?camera=1&fmt=sif

From the debug log, it seems like ZM is not able to accept the MJPEG streams from it.

Best Regards,
Ryan
mitch
Posts: 169
Joined: Thu Apr 30, 2009 4:18 am

Post by mitch »

Try using FFMPEG instead of remote, it is more friendly with MJPEG streams.
majere
Posts: 4
Joined: Fri Jun 12, 2009 10:31 am

Post by majere »

Thanks for the suggestion. I tried using ffmpeg but still unable to get the stream.

I'm getting the following error.

[Terminating, last frame sent time 1248852039.689461 secs more than maximum of 10.000000]

Anyone has any idea what could be the issue?
j1mw3b
Posts: 26
Joined: Sat Feb 28, 2009 1:28 pm

Post by j1mw3b »

This is an old thread, but for what it's worth, the suggested works for a Pixord p-300 camera.
It's not a real good camera (duuh, that's why it was cheap), but it does work under ZM.
Haven't tried the audio yet.

I don't understand why the camera mfgrs don't document how this is possible to do, but instead, they just force you to use Windoz directx.

Jim
_-0-_
Posts: 1
Joined: Thu Aug 19, 2010 7:16 am

CAMERA ID

Post by _-0-_ »

Try http://cameraIP:port/getimage?camera=1&fmt=sif&id=1 (http://cameraIP:port/getimage?camera=1&fmt=full&id=1)

In "IP-Of-Camera/getimage?camera=1&fmt=sif" is missing camera ID.
Locked