Search found 24 matches

by ptast
Wed Jul 23, 2008 11:22 pm
Forum: Non-ZoneMinder Chat
Topic: Reason why you shouldnt use cameras with built in IR emitter
Replies: 20
Views: 12665

James,

I have seen similar on my cams when I have made "homebrew IR illuminators". If possible, try to "point" the LEDs more away from the camera lens.

Most likely, your LEDs are shining too close the "eye".
by ptast
Sun Jul 20, 2008 12:09 am
Forum: Non-ZoneMinder Chat
Topic: jpeg2000 idea
Replies: 2
Views: 2495

Hi, Yeah, jp2 is becomming more and more common. At the moment it is mostly used for medical and satellite imaging purpouses. It is also used in scientific data packaging since it is lossless http://www.unidata.ucar.edu/software/ I think you have to download a plugin to view jp2 images in IE or FF ...
by ptast
Thu Jun 19, 2008 8:41 pm
Forum: ZoneMinder Previous Versions
Topic: Kernel 2.6.25 incompatible with ZM
Replies: 10
Views: 16646

I tried with Fedora 8 and that did not work either so I reverted to FC 4.

That is a small neat "thing" when cameras only need to be controlled.
by ptast
Sat Oct 20, 2007 1:25 pm
Forum: ZoneMinder Previous Versions
Topic: MJPEG Browsers
Replies: 6
Views: 5342

Thanks for the answer,

Patrik
by ptast
Thu Oct 18, 2007 7:38 pm
Forum: ZoneMinder Previous Versions
Topic: MJPEG Browsers
Replies: 6
Views: 5342

MJPEG Browsers

Hi, Which browsers support MJPEG streams directly (without any plugins) ? I noted today when I tried to view my cams with MSIE 7.0 that _SERVER['HTTP_USER_AGENT'] echoed Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727) Why is "Mozilla/4.0 ...
by ptast
Wed Feb 14, 2007 6:17 pm
Forum: Non-ZoneMinder Chat
Topic: Prefered mpeg player
Replies: 1
Views: 2174

Hi James,

In my opinion, the VLC Media player is the best I have yet seen, though I don't know if it can play backwards? If not, suggest it to the coders as a new feature suggestion.
by ptast
Tue Feb 13, 2007 2:21 pm
Forum: Non-ZoneMinder Chat
Topic: Now 3 CAMs streaming
Replies: 8
Views: 6331

Thanks for the hint!
by ptast
Sun Feb 11, 2007 2:33 am
Forum: Non-ZoneMinder Chat
Topic: Now 3 CAMs streaming
Replies: 8
Views: 6331

Yeah martymoose, it has been darn cold here for some weeks, no sign of global warming here yet, just late winter and that has happened before... Though, we should (have) take better care of our planet... I have noted that the snow during daylight blinds my B/W CAMs, I better figure out "sungalsses ...
by ptast
Thu Jan 18, 2007 9:28 pm
Forum: Non-ZoneMinder Chat
Topic: Now 3 CAMs streaming
Replies: 8
Views: 6331

Oh yeah James, 3x more LEDs (24VDC 2A)

Pat
by ptast
Thu Jan 18, 2007 8:03 pm
Forum: Non-ZoneMinder Chat
Topic: Now 3 CAMs streaming
Replies: 8
Views: 6331

That CAM link was wrong, should be,
About 3 fps jpeg stream site at http://www.ptast.com/media/ (north cam is not illuminated)
Pat
by ptast
Thu Jan 18, 2007 8:00 pm
Forum: Non-ZoneMinder Chat
Topic: Now 3 CAMs streaming
Replies: 8
Views: 6331

Now 3 CAMs streaming

HI all, Just to inspire you to do some crazy IR tests...I hope? Yeah, now 3 B/W cams streaming on FC4 128 Mb RAM, two more to go. The Back Yard cam I powered with this IR-torch 240 (and some) HSDL-4230 LEDs http://ptast.com/media/images/12%20Dec%20IR%20Torch%20030.jpg And the Front yard 65 LEDs ...
by ptast
Mon Dec 11, 2006 12:49 am
Forum: ZoneMinder Previous Versions
Topic: Embed zm stream into another html page?
Replies: 19
Views: 14132

A simple php script could do a browser check job for us...(if you can't run get_browser()) <?php /* Mozilla Firefox */ if(strstr($_SERVER['HTTP_USER_AGENT'], "Firefox")) $src = "<img src=\"" .$location. "/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=100&maxfps=5&user=guest&pass=zmguest\" title=\"Back ...
by ptast
Thu Nov 30, 2006 3:15 am
Forum: ZoneMinder Previous Versions
Topic: Synch problem with second camera
Replies: 3
Views: 2367

Hi cordel,

Yep that is my case, one is NTSEC and the other is PAL.
That was bad news, for now....

Many thanks for the reply!
by ptast
Wed Nov 29, 2006 8:59 am
Forum: ZoneMinder Previous Versions
Topic: Embed zm stream into another html page?
Replies: 19
Views: 14132

Great!
by ptast
Wed Nov 29, 2006 3:10 am
Forum: ZoneMinder Previous Versions
Topic: Synch problem with second camera
Replies: 3
Views: 2367

OK, I added a test code snippet to zm_local_camera.cpp #if 1 errors = 0; while(errors < maxerrors) if ( ioctl( m_videohandle, VIDIOCSYNC, &m_sync_frame ) < 0 ) errors++; else break; if(errors >= maxerrors) { Error(( "Sync failure for frame %d buffer %d(%d): %s", m_sync_frame, m_cap_frame_active ...