Search found 6 matches

by cdavis
Fri Mar 07, 2008 9:58 pm
Forum: Hardware Queries
Topic: JJTech / Gadspot NC1200 W10 - Image capture error
Replies: 38
Views: 45227

I had the same problem with NC1200 and I made the following script to return the correct Content-type: <? $host=$_GET['host']; if ($host!="") { $x = file_get_contents("http://".$host."/cgi-bin/getimage.cgi?motion=0"); header("Content-type: image/jpeg"); heade...
by cdavis
Tue May 01, 2007 3:52 pm
Forum: ZoneMinder Previous Versions
Topic: Can't get max resolution *solved*
Replies: 2
Views: 1818

Solved

I increased the shared memory even more, (4 gig I think) and it is working.
by cdavis
Tue May 01, 2007 2:31 pm
Forum: ZoneMinder Previous Versions
Topic: Can't get max resolution *solved*
Replies: 2
Views: 1818

Can't get max resolution *solved*

I have a Sony IK-6400A and a PV150 with Fedora 4. My camera seems to allow for 768x480 but I cannot seem to get it work work. My IP cams work at this resolution. When I enabled it I get shared memory errors: May 1 09:21:17 localhost zmwatch[27719]: INF ['zmc -d /dev/video0' started at 07/05/01 09:21...
by cdavis
Sat Jun 24, 2006 7:23 pm
Forum: ZoneMinder Previous Versions
Topic: Shared Memory problems remain after following FAQ
Replies: 7
Views: 5754

Well I had thought so, but obviously not since that fixed it. Thanks. My proc usage went so high after that I had to take it back down anyway.
by cdavis
Sat Jun 24, 2006 5:16 pm
Forum: ZoneMinder Previous Versions
Topic: Shared Memory problems remain after following FAQ
Replies: 7
Views: 5754

Shared Memory problems remain after following FAQ

I have my NC1000 set to 640x480 and I still get: Jun 24 12:13:23 localhost zmu[8745]: ERR [Can't shmget, probably not enough shared memory space free: Invalid argument] Jun 24 12:13:23 localhost zms[8751]: ERR [Can't shmget, probably not enough shared memory space free: Invalid argument] I have done...
by cdavis
Sat Jun 24, 2006 4:15 pm
Forum: ZoneMinder Previous Versions
Topic: configure fails on finding pcre
Replies: 2
Views: 2489

configure fails on finding pcre

I am trying to get zm installed and working. I am using NC1000 and it appears as though I need libpcre compiled in to use regexp (I don't completly understand this, but it seems like reading through the forums this may be why I can't get any image). I have installed pcre-devel and it appears in /usr...