thanks that's done the trick..!
S
Search found 19 matches
- Thu Nov 13, 2008 9:29 am
- Forum: ZoneMinder Previous Versions
- Topic: rotate left in orientation for remote cameras doesn't work
- Replies: 2
- Views: 2032
- Tue Nov 11, 2008 11:16 am
- Forum: ZoneMinder Previous Versions
- Topic: rotate left in orientation for remote cameras doesn't work
- Replies: 2
- Views: 2032
rotate left in orientation for remote cameras doesn't work
Hi, I have a few remote cameras ...one of them is mounted on it's side and needs rotate left to display the image the correct way up. However setting rotate left causes the image that is returned to be incorrect ... on 1.23.1 set source> Orientation> rotate left and save image that is now displayed ...
- Thu Aug 28, 2008 9:44 am
- Forum: Hardware Queries
- Topic: Zavio Network Camera
- Replies: 18
- Views: 21215
Zavio cameras
The http://myserver/jpg/image.jpg url returns a static snapshot that doesn't appear to change... http://myserver/cgi-bin/jpg/image.cgi doesn't work I've haven't got the http://<servername>:<videoport>/video.mjpg url working the mjpeg stream is in bad shape and vlc/mplayer work but complain and ...
- Fri Jul 07, 2006 2:24 pm
- Forum: ZoneMinder Previous Versions
- Topic: ZM 1.22.2 corrupt JPEG data:, no events, mighty pissed off
- Replies: 11
- Views: 7691
- Fri Jul 07, 2006 2:22 pm
- Forum: ZoneMinder Previous Versions
- Topic: broken images in view with auth on, ok with auth off
- Replies: 5
- Views: 8891
I'm on 1.22.2, I've just tried with plain auth which still returns a broken image. here a snippet of some of the logs /zmdc.log Corrupt JPEG data: 12 extraneous bytes before marker 0xd9 Corrupt JPEG data: 6 extraneous bytes before marker 0xd9 Corrupt JPEG data: 12 extraneous bytes before marker 0xd9 ...
- Fri Jul 07, 2006 2:13 pm
- Forum: ZoneMinder Previous Versions
- Topic: ZM 1.22.2 corrupt JPEG data:, no events, mighty pissed off
- Replies: 11
- Views: 7691
- Fri Jul 07, 2006 2:12 pm
- Forum: ZoneMinder Previous Versions
- Topic: ZM 1.22.2 corrupt JPEG data:, no events, mighty pissed off
- Replies: 11
- Views: 7691
- Fri Jul 07, 2006 2:00 pm
- Forum: Hardware Queries
- Topic: mjpeg to /dev/video
- Replies: 1
- Views: 2118
mjpeg to /dev/video
Hi,
Does anyone know if it is possible to pipe an ip camera producing mjpegs to a regular unix device like /dev/video0
regards
Surj
Does anyone know if it is possible to pipe an ip camera producing mjpegs to a regular unix device like /dev/video0
regards
Surj
- Fri Jul 07, 2006 1:56 pm
- Forum: User Contributions
- Topic: Aviosys IP Kamera 9060
- Replies: 9
- Views: 16412
IP_9060 additional tweaks.. and fixes
I've added a script to restart the perl scripts that I was using to feed zm and some modifications to the perl script it self to allow it to work... stick this file in /etc/cron/hourly and modify the line near the bottom which points to the perl script (in my case it is in /srv/www/htdocs/) #!/bin ...
- Fri Jul 07, 2006 1:42 pm
- Forum: ZoneMinder Previous Versions
- Topic: broken images in view with auth on, ok with auth off
- Replies: 5
- Views: 8891
- Fri Jul 07, 2006 1:34 pm
- Forum: ZoneMinder Previous Versions
- Topic: ZM 1.22.2 corrupt JPEG data:, no events, mighty pissed off
- Replies: 11
- Views: 7691
- Fri Jul 07, 2006 9:49 am
- Forum: ZoneMinder Previous Versions
- Topic: broken images in view with auth on, ok with auth off
- Replies: 5
- Views: 8891
broken images in view with auth on, ok with auth off
Hi,
I'm using zm 1.22.2,
with the authentication turned off the view is fine and the images come through clean. With the authentication turned on he images in montage view are broken.
has anyone else experienced this..?
regards
Surj
I'm using zm 1.22.2,
with the authentication turned off the view is fine and the images come through clean. With the authentication turned on he images in montage view are broken.
has anyone else experienced this..?
regards
Surj
- Fri Jul 07, 2006 8:32 am
- Forum: ZoneMinder Previous Versions
- Topic: ZM 1.22.2 corrupt JPEG data:, no events, mighty pissed off
- Replies: 11
- Views: 7691
ZM 1.22.2 corrupt JPEG data:, no events, mighty pissed off
Hi, Unfortunately someone pinched stuff from my car whilst the cameras were running and I have no events fired ... nothing at all ... real bummer..!!!! I recently updated zoneminder to 1.22.2, I have 3 ip cameras ip Kamera 9060 SL from (www.aviosys.com) that were working fine with a hacked perl ...
- Tue Jul 04, 2006 7:56 am
- Forum: User Contributions
- Topic: Aviosys IP Kamera 9060
- Replies: 9
- Views: 16412
9060 streaming video
I'm not sure how to actually use it with zm. They only way I've been able to use the 9060 cameras is by creating an image file on the webserver(previous perl script) and then specificying it as a local file src in the zm config. This works ok for a while but every now and then fails and stops ...
- Mon Jul 03, 2006 1:00 pm
- Forum: User Contributions
- Topic: Aviosys IP Kamera 9060
- Replies: 9
- Views: 16412
9060 streaming video
I think you can get a stream of jpegs in the mjpeg format. Here is a script I found on the net for doing just that.. usage perl ip_video.pl >out.mjpeg. I haven't got zoneminder to pick this up yet... however videolan works fine... #!/usr/bin/perl use IO::Socket; my $iphost="192.168.11.29:80"; my $no ...