Search found 13 matches

by kdf
Thu May 17, 2007 1:48 pm
Forum: ZoneMinder Previous Versions
Topic: Deinterlacing with ffmpeg?
Replies: 17
Views: 21422

720p would be the ideal resolution really as its progressive without too much bandwidth. There are lots of programs that would capture the input and de-interlace it but I dont think you could get proper status reports from it which is probably why a custom capture program was written. With regards ...
by kdf
Thu May 17, 2007 11:58 am
Forum: ZoneMinder Previous Versions
Topic: Deinterlacing with ffmpeg?
Replies: 17
Views: 21422

Quick update. After a LOT of reading about deinterlacing techniques.. and testing.. I have learned.. 1) My php script used field duplication to deinterlace (50% reduction in quality due to dropping every odd or even field) 2) There is not one perfect method of deinterlacing 3) If you want the best ...
by kdf
Tue May 15, 2007 11:12 pm
Forum: ZoneMinder Previous Versions
Topic: Deinterlacing with ffmpeg?
Replies: 17
Views: 21422

Yes, I havent tested it to see what kind of impact it would have on the system, i'll be testing it tommorow with say 200 full quality 720x576 jpeg images to see how long it takes to process them... at best though I would only be able to provide post event deinterlacing so that if you go to watch the ...
by kdf
Tue May 15, 2007 10:30 pm
Forum: ZoneMinder Previous Versions
Topic: Deinterlacing with ffmpeg?
Replies: 17
Views: 21422

Thanks for your input.. I know its complicated as I couldnt even follow the C++ code with all the includes etc. :shock: Im using a wintv go card using V4l and the cx88 driver. There doesnt seem to be a way to deinterlace on the fly.. I had written a php function to do the deinterlacing but obviously ...
by kdf
Tue May 15, 2007 3:16 pm
Forum: ZoneMinder Previous Versions
Topic: Deinterlacing with ffmpeg?
Replies: 17
Views: 21422

I would really like to see the ability to deinterlace frames before analisis aswell. Im fine for modifying/coding php but havent a clue when it comes to C++ :( and from the research i've been doing everything important (capture, analisis and streaming to the browser) is done using zmc, zma and nph ...
by kdf
Sat May 12, 2007 1:25 pm
Forum: ZoneMinder Previous Versions
Topic: ZM with CentOS server 4.4 *HELP*
Replies: 3
Views: 2283

Unplug them all, plug one back in and run dmesg in a console.. see what it says about the device. Run lsusb etc. There are lots of things you can do to diagnose the problem. Deffinaly make sure the kernel is compiled with v4l2, check to make sure USB is working properly.. (you can check this with ...
by kdf
Sat May 12, 2007 1:22 pm
Forum: ZoneMinder Previous Versions
Topic: Time format on Main ZM page
Replies: 2
Views: 2090

Edit

zm_config.php line 65

change:

Code: Select all

define( "DATE_FMT_CONSOLE_LONG", "D jS M, g:ia" );
to

Code: Select all

define( "DATE_FMT_CONSOLE_LONG", "D jS M, G:i" );
by kdf
Sat May 12, 2007 12:47 pm
Forum: ZoneMinder Previous Versions
Topic: ZM endless record and Modect
Replies: 15
Views: 16245

As a relativly new user myself I have found the documentation and readme's to be excellent and very easy to understand.
by kdf
Thu May 10, 2007 7:19 pm
Forum: ZoneMinder Previous Versions
Topic: Modect records non-events but misses real events..
Replies: 6
Views: 3366

Well, I post up if it made any difference..

I wouldnt be paying so much either but its cheaper than getting the big keyed scratch down the side of my car resprayed each time !
by kdf
Thu May 10, 2007 3:11 pm
Forum: ZoneMinder Previous Versions
Topic: Modect records non-events but misses real events..
Replies: 6
Views: 3366

Hmm, Now im thinking its the camera more than ever.. As it happens my camera seems to have gone a bit funny.. all the images have a real green tint to them :? CMOS camera's are not very sharp and provide a relativly low quality blury image. The camera should do the job in your case, my camera is ...
by kdf
Thu May 10, 2007 2:22 pm
Forum: ZoneMinder Previous Versions
Topic: Modect records non-events but misses real events..
Replies: 6
Views: 3366

Hi, Yes I was reading your thread with interest hoping to find an answer.. last night it rained real heavy here, that combined with the IR lamps and no rain/sun shield made for some very looooong recordings ;) What type of camera are you using ? CCD or CMOS and how many lines does your camera handle ...
by kdf
Thu May 10, 2007 1:04 pm
Forum: ZoneMinder Previous Versions
Topic: Modect records non-events but misses real events..
Replies: 6
Views: 3366

Modect records non-events but misses real events..

Hey guys, Having a bit of trouble with a new install... and im baffeled as to what to do :( I'm gonna include screenshots where possible... take a look at this sequence ! http://212.219.89.17/hold/seq1.jpg http://212.219.89.17/hold/seq2.jpg As you can see it gets false positives (too sensitive maybe ...
by kdf
Mon May 07, 2007 12:44 pm
Forum: ZoneMinder Previous Versions
Topic: make error fedore 6 please help
Replies: 2
Views: 2964

Hi,

I have the latest zoneminder running on a FC6 box.

I compiled ffmpeg from source, maybe thats your problem ? did you use rpm installs ?