Search found 477 matches

by robi
Fri Mar 30, 2007 8:17 am
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 57744

Found something for the Hawking model, made by Tim Haynes : http://spodzone.org.uk/packages/hawking-HNC230G.txt 8) #!/usr/bin/env ruby # Script to extract images from the Hawking HNC230G # # Copyright (C) Tim Haynes # HNC230G{at}stirfried.vegetable.org.uk http://pig.sty.nu/ # # Redistributable under...
by robi
Thu Mar 29, 2007 5:02 pm
Forum: Hardware Queries
Topic: 2 network board possible ?
Replies: 9
Views: 4604

ZM has nothing to do with it.
by robi
Thu Mar 29, 2007 11:35 am
Forum: Hardware Queries
Topic: 2 network board possible ?
Replies: 9
Views: 4604

Well this is a typical linux question, it's not really related to ZM.
by robi
Thu Mar 29, 2007 7:00 am
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 57744

It uses a javascript to grab the pictures to the browser, so it should be possible to make it work with ZM. Any help would be greatly appreciated.
by robi
Thu Mar 29, 2007 6:57 am
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 57744

After googling a bit, I found that this camera runs under different brand names, sold in different parts of the world. The camera is available with or without the wireless module. The Wireless version costs about 20% more than the wired-only model. See some examples, there may be more: Edimax IC-150...
by robi
Thu Mar 29, 2007 6:28 am
Forum: Hardware Queries
Topic: Hawking HNC210
Replies: 8
Views: 10210

Hm. After Googling a bit, found this: Hawking HNC210: http://img.shopping.com/cctool/PrdImg/images/pr/177X150/00/01/c6/3e/7d/29769341.JPG Edimax IC-1000: http://img.shopping.com/cctool/PrdImg/images/pr/177X150/00/01/9d/37/78/27080568.JPG AmberTek GC-J15: http://www.ambertek.com.tw/imagebig/GCJ15BB.j...
by robi
Thu Mar 29, 2007 6:20 am
Forum: Hardware Queries
Topic: Linksys wvc54gc
Replies: 9
Views: 13437

The stupid thing is that they white on the box: "motion jpeg camera". And when you open it, you see that it's only ActiveX. Of course the ActiveX may actually grab mjpegs from the camera, but you still can't directly access them. Really confusing...
by robi
Thu Mar 29, 2007 6:10 am
Forum: Feature Requests
Topic: The colour to check when detecting signal loss / camera
Replies: 1
Views: 1671

The colour to check when detecting signal loss / camera

The colour to check when detecting signal loss should be a per monitor setting rather than a global option as it is now. You may have a wide variety of cameras that give different colours on the same system. A bt8x8 card gives a blue, but some webcams have a shade of gray, IP cameras usually have b...
by robi
Wed Mar 28, 2007 8:56 pm
Forum: ZoneMinder Previous Versions
Topic: Timestamp Label Format
Replies: 8
Views: 11487

Question: is it safe to change the system's locale, to have eg. hungarian month names? Would this affect ZM's functionality? It should not affect ZM, since it just asks the system for the date string, rather than trying to formulate its own. Well, that's the problem. If the system returns the date ...
by robi
Wed Mar 28, 2007 10:20 am
Forum: ZoneMinder Previous Versions
Topic: Delete all matches option in Filters dialog
Replies: 13
Views: 7564

Delete all matches option in Filters dialog

Hi! I have several events. -Opened the filter window. Set up a rule to test it: Id equal to 160, then Submit. Event list updates correctly. -Then check "Delete all matches:", Submit, event is still there. Execute - still nothing. What am I doing wrong...? -Zmfilter.log shows nothing relate...
by robi
Wed Mar 28, 2007 7:29 am
Forum: ZoneMinder Previous Versions
Topic: How Much ram does it take?
Replies: 3
Views: 2522

My top: top - 09:24:09 up 15:13, 1 user, load average: 0.09, 0.12, 0.11 Tasks: 82 total, 1 running, 81 sleeping, 0 stopped, 0 zombie Cpu(s): 1.7% us, 0.3% sy, 0.0% ni, 92.3% id, 0.0% wa, 0.0% hi, 5.7% si Mem: 1035468k total, 1004884k used, 30584k free, 83716k buffers Swap: 4088500k total, 0k used, 4...
by robi
Wed Mar 28, 2007 6:55 am
Forum: ZoneMinder Previous Versions
Topic: Timestamp Label Format
Replies: 8
Views: 11487

The timestamp label format follows the *nix 'date' format (see man date). Default is: %%s - %y/%m/%d %H:%M:%S For a format of 2007-march-27, (with the time of date the same), use: %%s - %Y-%B-%d %H:%M:%S Check out the man page if you want to mess with it further, check under subsection FORMAT. Man ...
by robi
Wed Mar 28, 2007 6:31 am
Forum: ZoneMinder Previous Versions
Topic: Timestamp Label Format
Replies: 8
Views: 11487

Thanks! Tip/Suggestion : Perhaps filling the time/date/capture info in the jpeg's EXIF tag, would also be a good tip. Also filling the generated mpeg, avi video's tags with the same info. As most image viewers and video players can display this info, either superimposed on the picture or in an addit...
by robi
Tue Mar 27, 2007 5:26 pm
Forum: ZoneMinder Hints & Tips
Topic: Java VM
Replies: 0
Views: 3757

Java VM

For Windows users: the Java VM from Sun sometimes is in trouble with cambozilla. I tried several versions, I always had certain problems. Microsoft stopped the Virtual Machine development due to some legal problems, however, there are on the web places to get MSVM from: http://java-virtual-machine.n...
by robi
Tue Mar 27, 2007 4:58 pm
Forum: ZoneMinder Previous Versions
Topic: Newbie: Issues installing ZM 1.22.3 on FC6 with older PC
Replies: 2
Views: 1536

Google is a useful tool: http://www.google.com/search?hl=en&q=error%3A+C%2B%2B+preprocessor+%22%2Flib%2Fcpp%22+fails+sanity+check+&btnG=Google+Search The answer is right there on the first link: That means that you didn't install your C++ compiler. Cheers, Tink Perhaps it's not exactly your ...