I got a really good deal on an IP camera, and I am trying to set this thing up with zoneminder. I cannot find anything about anyone working with this camera, so hopefully I can get some help here. I cannot get it to bring up video and I believe it is because I do not have the right sub path. It uses an ActiveX control for IE, but runs just fine in Firefox using Java, and also can run using a quicktime plug in. It encodes in both MPEG and MPEG4 and also can be viewed on any 3g phone using rtsp. Anyone have any ideas how I can get this to work with zoneminder?
Link to product.
http://www.swannsecurity.com/s/products ... roduct=619
Swann ConnectCam 1000 IP Camera
I have been messing around with this and trying to figure this out still. I used a packet sniffing program and came up with the following when I run the camera on java mode:
GET /cgi/mjpg/mjpeg.cgi HTTP/1.1
Authorization: Basic YWRtaW46YWRtaW4=
User-Agent: Mozilla/4.0 (Windows 7 6.1) Java/1.6.0_17
Host: 192.168.1.82:8080
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
I have tried to enter the cgi path in to zoneminder, but still no go. Any other ideas?
GET /cgi/mjpg/mjpeg.cgi HTTP/1.1
Authorization: Basic YWRtaW46YWRtaW4=
User-Agent: Mozilla/4.0 (Windows 7 6.1) Java/1.6.0_17
Host: 192.168.1.82:8080
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
I have tried to enter the cgi path in to zoneminder, but still no go. Any other ideas?
I also found some packets that my camera was sending which I thought was weird:
NOTIFY * HTTP/1.1
LOCATION: http://192.168.1.82:50694/
HOST: 239.255.255.250:1900
SERVER: Linux, UPnP/1.0 cs1013/1.0
NTS: ssdp:alive
USN: uuid:001a97003728-0:
schemas-upnp-org:device:cs1013:1
CACHE-CONTROL: max-age=1800
NT: urn:schemas-upnp-org:device:cs1013:1
NOTIFY * HTTP/1.1
LOCATION: http://192.168.1.82:50694/
HOST: 239.255.255.250:1900
SERVER: Linux, UPnP/1.0 cs1013/1.0
NTS: ssdp:alive
USN: uuid:001a97003728-0:
schemas-upnp-org:device:cs1013:1
CACHE-CONTROL: max-age=1800
NT: urn:schemas-upnp-org:device:cs1013:1
Now that Location is the camera IP address, but the port is different. So I go to that location, and get the following:
<xml>
- <root>
- <specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
- <device>
<deviceType>urn:schemas-upnp-org:device:SambaServer:1</deviceType>
<presentationURL>http://192.168.1.82:8080</presentationURL>
<friendlyName>cs1013</friendlyName>
<manufacturer>
<manufacturerURL>
<modelDescription>Wireless Network Camera</modelDescription>
<modelName>cs1013</modelName>
<modelNumber>1013</modelNumber>
<serialNumber>0000001</serialNumber>
<UDN>uuid:001a97003728-0</UDN>
- <serviceList>
- <service>
<serviceType>urn:schemas-upnp-org:service:ChangeIP:1</serviceType>
<serviceId>urn:upnp-org:serviceId:IPChange</serviceId>
<SCPDURL>ChangeIP/scpd.xml</SCPDURL>
<controlURL>ChangeIP/control</controlURL>
<eventSubURL>ChangeIP/event</eventSubURL>
</service>
</serviceList>
</device>
</root>
Not sure what all this means, anyone think they can help me figure this out?
NOTIFY * HTTP/1.1
LOCATION: http://192.168.1.82:50694/
HOST: 239.255.255.250:1900
SERVER: Linux, UPnP/1.0 cs1013/1.0
NTS: ssdp:alive
USN: uuid:001a97003728-0:
CACHE-CONTROL: max-age=1800
NT: urn:schemas-upnp-org:device:cs1013:1
NOTIFY * HTTP/1.1
LOCATION: http://192.168.1.82:50694/
HOST: 239.255.255.250:1900
SERVER: Linux, UPnP/1.0 cs1013/1.0
NTS: ssdp:alive
USN: uuid:001a97003728-0:
CACHE-CONTROL: max-age=1800
NT: urn:schemas-upnp-org:device:cs1013:1
Now that Location is the camera IP address, but the port is different. So I go to that location, and get the following:
<xml>
- <root>
- <specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
- <device>
<deviceType>urn:schemas-upnp-org:device:SambaServer:1</deviceType>
<presentationURL>http://192.168.1.82:8080</presentationURL>
<friendlyName>cs1013</friendlyName>
<manufacturer>
<manufacturerURL>
<modelDescription>Wireless Network Camera</modelDescription>
<modelName>cs1013</modelName>
<modelNumber>1013</modelNumber>
<serialNumber>0000001</serialNumber>
<UDN>uuid:001a97003728-0</UDN>
- <serviceList>
- <service>
<serviceType>urn:schemas-upnp-org:service:ChangeIP:1</serviceType>
<serviceId>urn:upnp-org:serviceId:IPChange</serviceId>
<SCPDURL>ChangeIP/scpd.xml</SCPDURL>
<controlURL>ChangeIP/control</controlURL>
<eventSubURL>ChangeIP/event</eventSubURL>
</service>
</serviceList>
</device>
</root>
Not sure what all this means, anyone think they can help me figure this out?
Finally got this to work and wanted to share in case someone else comes searching. I want to add to the wiki, but not sure how..
Source: un:pw@192.168.x.xx
Host path: /cgi/jpg/image.cgi
640x480
only pulls in about 1fps, but i'll take it
Source: un:pw@192.168.x.xx
Host path: /cgi/jpg/image.cgi
640x480
only pulls in about 1fps, but i'll take it