Search found 22 matches

by sdel
Tue Jan 11, 2005 12:56 am
Forum: ZoneMinder Previous Versions
Topic: broken image when switching from monitor to modetect
Replies: 4
Views: 5897

nice trick! thanks cordel!! :)
________
VAPORIZER SHOP
by sdel
Mon Jan 10, 2005 5:13 pm
Forum: ZoneMinder Previous Versions
Topic: broken image when switching from monitor to modetect
Replies: 4
Views: 5897

IE works fine. Firefox produces the broken images.

Do you need to donate to get any responses on these forums? :lol:
________
VAPIR OXYGEN
by sdel
Sun Jan 09, 2005 10:52 pm
Forum: ZoneMinder Previous Versions
Topic: broken image when switching from monitor to modetect
Replies: 4
Views: 5897

broken image when switching from monitor to modetect

when the monitor is set to 'monitor' , then i can view the camera just fine. when i switch it to modetect, when i click on the camera, i see a broken image.

howerver, when motion sets off, it does record the sequence of events.
________
PLYMOUTH VOYAGER 3 HISTORY
by sdel
Thu Jan 06, 2005 11:09 pm
Forum: ZoneMinder Previous Versions
Topic: ffmpeg configuration / integration
Replies: 6
Views: 4374

i went to the website and downloaded the earlier version: 0.4.8

http://sourceforge.net/project/showfile ... p_id=16082

then just configure, make, make install

the commands work from a command line now, but i'm still unable to stream video in mpeg.
________
Yamaha xv1700a
by sdel
Thu Jan 06, 2005 3:44 pm
Forum: ZoneMinder Previous Versions
Topic: changing camera settings, then /dev/video0 goes red
Replies: 1
Views: 1721

for anyone else running into this problem, here is a resolution:

Code: Select all

# rmmod bttv
# insmod bttv
then restart ZM.
________
Cannabis News
by sdel
Thu Jan 06, 2005 3:42 pm
Forum: ZoneMinder Previous Versions
Topic: ZM 1.9.5 BUG?: mysql threads are left open - please try this
Replies: 3
Views: 2415

i don't understand why it would be a SUSE thing exclusively. you are on an old version of php. perhaps that may be causing the problem.

does SUSE have a package manager that makes it easy to upgrade php and mysql? php very well may be the problem.
________
Top penny stocks
by sdel
Thu Jan 06, 2005 7:27 am
Forum: ZoneMinder Previous Versions
Topic: changing camera settings, then /dev/video0 goes red
Replies: 1
Views: 1721

changing camera settings, then /dev/video0 goes red

i'm assuming that the camera didn't like something i set when it disables and the /dev/video0 line goes red. the only way i can get the camera back online is to restart the entire server. is there a way to get the camera working again without having to restart the server? an example would be: set ...
by sdel
Thu Jan 06, 2005 7:24 am
Forum: ZoneMinder Previous Versions
Topic: Camera Image: Black/White and Repeating Top 1/8th bottom.
Replies: 2
Views: 2104

OK! ... Got a new camera and it works fine. I was setup with PAL because the camera wouldn't work in NTSC mode, and it was an NTSC camera.

the above picture is what an NTSC camera looks like through PAL settings.
________
Lolol
by sdel
Wed Jan 05, 2005 4:24 pm
Forum: ZoneMinder Previous Versions
Topic: ZM 1.9.5 BUG?: mysql threads are left open - please try this
Replies: 3
Views: 2415

what version of mysql is it? the only thing i might suggest is changing the persistant connection to a regular connection. in zm_db.php, change the mysql_pconnect() function to mysql_connect() this line in the file looks like this: $conn =mysql_pconnect( ZM_DB_SERVER, ZM_DB_USER, ZM_DB_PASS ) or die ...
by sdel
Wed Jan 05, 2005 6:30 am
Forum: ZoneMinder Previous Versions
Topic: Camera Image: Black/White and Repeating Top 1/8th bottom.
Replies: 2
Views: 2104

i'm using the xguard 4 port card with a swann color/night vision camera. here is an image: http://codenewbie.com/snapshot.jpg it's just sitting on the floor for a test, but you can see the ceiling repeated on the bottom. is there any way to frame the picture correctly? ________ Chevrolet gpix ...
by sdel
Wed Jan 05, 2005 6:15 am
Forum: Hardware Compatibility List
Topic: KWorld 4 port card
Replies: 17
Views: 25169

i just picked up this card ( 4 port ) and i can not ge a color signal in. do you guys get color?
________
Essential Vaaapp Vaporizer
by sdel
Wed Jan 05, 2005 12:35 am
Forum: ZoneMinder Previous Versions
Topic: ffmpeg configuration / integration
Replies: 6
Views: 4374

ok, so after a little searching i decided to downgrade. this definately helped, but not totally. i can now open an event and create a video from it without generating errors. now i just want to be able to monitor the mpeg realtime. i'll post my results when i figure this one out. ________ Mercedes ...
by sdel
Tue Jan 04, 2005 11:33 pm
Forum: ZoneMinder Previous Versions
Topic: ffmpeg configuration / integration
Replies: 6
Views: 4374

i ran this command as root and got this: # ffmpeg -y -hq -intra -r 3.77 -s 320x240 -i %03d-capture.jpg Event-18.mpg > mpeg.log [mjpeg @ 0x82e33d0]get_buffer() failed Input #0, image, from '%03d-capture.jpg': Duration: 00:00:22.2, bitrate: N/A Stream #0.0: Video: rawvideo, yuvj420p, 320x240, 3.77 fps ...
by sdel
Tue Jan 04, 2005 11:26 pm
Forum: ZoneMinder Previous Versions
Topic: ffmpeg configuration / integration
Replies: 6
Views: 4374

zmvideo.log Creating video file Event-18.mpg for event 18 /usr/local/bin/ffmpeg -y -hq -intra -r 3.77 -s 320x240 -i %03d-capture.jpg Event-18.mpg > mpeg.log sh: line 1: mpeg.log: Permission denied Error: 1 at /usr/local/bin/zmvideo.pl line 259. what permissions is it referring to? ________ LOVE ...
by sdel
Tue Jan 04, 2005 8:50 pm
Forum: ZoneMinder Previous Versions
Topic: ffmpeg configuration / integration
Replies: 6
Views: 4374

ffmpeg configuration / integration

i configured and installed ffmpeg. i un-tarred the file inside the tar file are at /usr/local/ffmpeg the binary installed at: /usr/local/bin/ffmpeg now, i'm confused on how to integrate ffmpeg with zm. i have run the configuration the following ways: --with-ffmpeg=/usr/local and --with-ffmpeg=/usr ...