Search found 2 matches

by josesuero
Fri Jan 31, 2014 3:20 am
Forum: ZoneMinder 1.26.x
Topic: New problem - camera goes red
Replies: 45
Views: 25941

Re: New problem - camera goes red

I'm took the same approach as Basildane, changed zm_monitor.cpp line 2793 From: if ( true ) { if ( capture_image->Size() != camera->ImageSize() ) .... To: if ( captureResult == 1 ) { if ( capture_image->Size() != camera->ImageSize() ) Is basically the same thing, if it failed to receive and decode ...
by josesuero
Thu Jan 30, 2014 7:18 pm
Forum: ZoneMinder 1.26.x
Topic: New problem - camera goes red
Replies: 45
Views: 25941

Re: New problem - camera goes red

As someone suggested I tried to compiling ffmpeg from source to the newests available, and still have the same issue as many of you describe, anyone has got any other ideas??