Search found 6 matches

by tipok
Sat Oct 20, 2007 2:03 am
Forum: Hardware Compatibility List
Topic: PD100 family cameras
Replies: 0
Views: 3053

PD100 family cameras

I found this cameras (PD100) in ebay, they are good for outdoor, but there is some unknown binary protocol used. I cant get jpeg images from this camera, so i wrote this perl script to get jpeg images into file and update them every 0.5 sec. pd100_get.pl #! /usr/bin/perl -w # client1.pl - a simple ...
by tipok
Tue Apr 24, 2007 12:56 pm
Forum: Hardware Queries
Topic: EDIMAX IC-1000
Replies: 11
Views: 17152

Maybe it can help you - simple perl script that capture Hawking HNC210 stream (just like Edimax IC-1000)
http://www.zoneminder.com/forums/viewto ... 0715#30715
by tipok
Tue Apr 24, 2007 12:49 pm
Forum: Hardware Queries
Topic: Gadspot GS1600H
Replies: 34
Views: 32859

But this is only for windows users.
We need they multiplexer api. (i found that this is modified .avi)
If we can convert stream of this cam on-the-fly than we can create zoneminder compatible stream.
This is IMMP4Control.ocx came with my camera
by tipok
Tue Apr 24, 2007 12:30 pm
Forum: Hardware Queries
Topic: Figure out Source ?
Replies: 23
Views: 24986

I wrote same script that can demonize and use only one socket here: http://www.zoneminder.com/forums/viewto ... 0715#30715
by tipok
Tue Apr 24, 2007 12:21 pm
Forum: Hardware Queries
Topic: Hawking HNC210
Replies: 8
Views: 10657

This script can get jpeg pictures from Hawking HNC210 camera. Maybe later i wrote mjpeg relay script. #!/usr/bin/perl use IO::Socket; #SET WHERE CAMERA IS $sock = new IO::Socket::INET (PeerAddr => '10.11.0.101', PeerPort => 4321, Proto => 'tcp', Timeout => 1); #do it again forever while (1){ #sleep ...
by tipok
Mon Apr 23, 2007 2:50 pm
Forum: Hardware Queries
Topic: Gadspot GS1600H
Replies: 34
Views: 32859

Can anybody try to demux the stream of this camera? All what i know is that camera create mpeg4video and PCM (uncompressed) audio and send it thru http. ActiveX player "User-Agent: IMMP4C~1" got this file /test.cmp - this is muxed audio&video, but what is this muxer? I'm using mplayer and VLC, but ...