Search found 2 matches

by illtud
Thu Nov 10, 2005 1:21 pm
Forum: ZoneMinder Previous Versions
Topic: Captured jpeg size & still pass-through
Replies: 3
Views: 3944

Adding a timestamp is not keeping the jpeg as it was. No, but it should be possible to insert the timestamp without modifying the rest of the jpeg. eg: % convert still.jpg -box '#000000' -font courier -pointsize 20 -fill white -annotate +0+20 "`date`" labelled_still.jpg does just that - the rest of ...
by illtud
Thu Nov 10, 2005 11:34 am
Forum: ZoneMinder Previous Versions
Topic: Captured jpeg size & still pass-through
Replies: 3
Views: 3944

Captured jpeg size & still pass-through

I'm using v1.21.3 on Fedora Core 4 using Corey DeLasaux's rpm (thanks, Corey!). I'm capturing from a pretty cheap IP cam. I can't make any sense of the stream using mplayer or similar, so I'm capturing /still.jpg (20KB) at 1 fps (plenty for me, and it will go faster). Identify (from ImageMagick ...