Search found 125 matches

by liderbug
Fri Nov 20, 2015 9:21 pm
Forum: ZoneMinder 1.28.x
Topic: 28 on an OrangePi
Replies: 4
Views: 2349

Re: 28 on an OrangePi

Got up to cmake ... and <snip>
CMake Error at CMakeLists.txt:383 (message):
ZoneMinder requires mysqlclient but it was not found on your system

apt-get or dnf = Couldn't find package mysqlclient
and Google has been no help at all.
Thanks
by liderbug
Wed Nov 18, 2015 4:05 am
Forum: ZoneMinder 1.28.x
Topic: 28 on an OrangePi
Replies: 4
Views: 2349

28 on an OrangePi

Downloaded 28 to my OrangePi. Running cmake and having some problems - "can't find mysql.h" but it's there, so I commented it out. Now I'm up to polkit-gobject-1 not found but it's there also as is glib2 "missing" NOT. I'm not a cmake expert so I'm not sure how to handle this. Su...
by liderbug
Mon Nov 16, 2015 6:30 pm
Forum: ZoneMinder 1.25.x
Topic: RPi with RPi-cam
Replies: 2
Views: 4109

Re: RPi with RPi-cam

I installed ZM 25 via apt-get and it seems funky and no image (a USB Venus cam) Cheese works. So I downloaded 28 and started the cmake process. "zm required xyz..., install xyz, zm requires abc, install abc..." I'm now up to zm requires MySQL headers... which I can't find via dnf or apt-ge...
by liderbug
Wed Nov 11, 2015 4:34 am
Forum: ZoneMinder 1.25.x
Topic: RPi with RPi-cam
Replies: 2
Views: 4109

Re: RPi with RPi-cam now OrangePi

Thought I add this: I also have a Orange Pi PC $15 - quad core @ 1.6ghz so 8 times faster than a RPi-B and twice as fast as the RPi-2.. It's running Fedora22. Ran install ZM and it's sitting there as the camera module is "on a slow boat from China". Film @ 11.
by liderbug
Mon Nov 02, 2015 4:27 pm
Forum: ZoneMinder 1.25.x
Topic: RPi with RPi-cam
Replies: 2
Views: 4109

RPi with RPi-cam

Yes I've searched/Googled/tried combinations... RaspberryPi with: Waveshare Raspberry Pi Camera for Model B/B+ Night Vision Camera Module 5MP OV5647 Webcam Video 1080p Raspberry-pi B B+ Camera Kit raspistill works, RPi_Cam_Web_Interface works, /dev/video0 is there. ZM logs: Got unexpected memory map...
by liderbug
Thu Apr 02, 2015 3:46 pm
Forum: ZoneMinder 1.28.x
Topic: X10 via Netcat
Replies: 0
Views: 985

X10 via Netcat

My X10 controls are on another computer (RasPi) and I'd like to configure my ZM to use X10 via Netcat. Has anyone gone down this road? The reason is I'm looking at this is I'm using the RasPi w camera -> ZM to detect motion in the driveway. I set up a Filter on ZM but I'm finding the Filter doesn't ...
by liderbug
Wed Feb 25, 2015 12:25 am
Forum: ZoneMinder 1.24.x
Topic: Detect parking vs driving by
Replies: 0
Views: 4924

Detect parking vs driving by

Well the mailman to be more precise. I'd like to have an zone, 1"x1" (on screen)(which would be 36x36 at the mailbox). Is there a zone setting that ignores ____________|_________ and detects ________-----------_________ ? Best I can draw it.

Thanks
cal
by liderbug
Sat Feb 07, 2015 5:46 pm
Forum: ZoneMinder 1.28.x
Topic: ZM on Raspberry Pi
Replies: 1
Views: 1743

ZM on Raspberry Pi

On my RasPi w RpCam I found out I can "sudo apt-get -y install zoneminder" - why not give it a try. So it loaded, updated mysql etc. I did a ln -s /usr/share/zoneminder/index.php zm ran /etc/init.d/zoneminder start ... ps ... they seem to be all there then http://dwcam/zm and [ blank scree...
by liderbug
Sat Nov 29, 2014 2:09 am
Forum: ZoneMinder 1.27.x
Topic: No images
Replies: 3
Views: 3630

No images

I've installed (yum) 1.27 on a new FC19 box. All went well except no images. When I click on camera-1 the screen comes up, sans image. And the system is in constant alarm. The frames are stored in the events subdir. What got missed?

Thanks
Chuck
by liderbug
Sat Nov 08, 2014 3:15 pm
Forum: ZoneMinder 1.27.x
Topic: Alarm on MonitorId, ZoneId
Replies: 2
Views: 2906

Re: Alarm on MonitorId, ZoneId

Took a while, but reading code and doing select ... from... I have my answer Create a zone with name 'UPS' covering the area where UPS/FedEx/RuthAnn parks. Create filter: [UpsIsHere] [Alarm Frames] [greater than] [10] [and] [Notes] [equal to] [Motion: UPS] [Sort by [date/Time] [Desc] [Limit to first...
by liderbug
Thu Nov 06, 2014 8:42 pm
Forum: ZoneMinder 1.27.x
Topic: Zone configuration
Replies: 1
Views: 2520

Zone configuration

I've tried to read up on Zones I've got a problem I've never had before and my experimentation is just not working. My stream is coming in, life is good and "a" frame if fubar and the entire frame is RED!!! flash and the next frame is just fine. Before I could pick "Best Med. Sens&quo...
by liderbug
Thu Nov 06, 2014 12:55 pm
Forum: ZoneMinder 1.27.x
Topic: ZM working with Raspberry Pi Camera
Replies: 7
Views: 31173

Re: ZM working with Raspberry Pi Camera

Did some web research on speeding up cURL and found out PHP will will run cURL at about 5 per second and a bash script will run at about 30+ per second (going to my raspi and bringing back a frame) - Who'da thunk? while [ 1 ] do curl -s "http://raspi/cam.jpg" > /run/shm/cam~.jpg mv /run/sh...
by liderbug
Mon Nov 03, 2014 2:44 pm
Forum: ZoneMinder 1.27.x
Topic: ZM working with Raspberry Pi Camera
Replies: 7
Views: 31173

Re: ZM working with Raspberry Pi Camera

Update #whateverrrr... Yesterday: I'm running raspimjpeg on my RasPi. 1280x1024@20 -> /run/shm/cam.jpg. top says < 9% cpu.Then a soft link to /var/www/html/cam.jpg. Seems to run and run and run - just fine. Then (on my desktop 3.8, 6 core) ZM, Remote, Modect, HTTP, Simple, raspi, 80, /cam.jpg. Runs ...
by liderbug
Sun Nov 02, 2014 5:39 pm
Forum: ZoneMinder 1.27.x
Topic: ZM working with Raspberry Pi Camera
Replies: 7
Views: 31173

Re: ZM working with Raspberry Pi Camera

I think I know the problem to the bad frames. I think the jpg is being read while the program is writing it. -rw-r--r-- 1 apache apache 187574 Nov 2 10:26 008-capture.jpg -rw-r--r-- 1 apache apache 20619 Nov 2 10:26 009-capture.jpg -rw-r--r-- 1 apache apache 187470 Nov 2 10:26 010-capture.jpg Any th...
by liderbug
Sun Nov 02, 2014 4:27 pm
Forum: ZoneMinder 1.27.x
Topic: ZM working with Raspberry Pi Camera
Replies: 7
Views: 31173

Re: ZM working with Raspberry Pi Camera

Another update. I've switched over to raspimjpeg. It allows, via http://raspi/index.php, to adjust bright, contrast, ISO, and another 15? things that take effect on the spot. The program ouputs a jpg at 25 fps (selectable - around 80 at 480x320) - I've got it set to 1280 @ 25fps. The load seems to b...