Search found 1552 matches

by asker
Sun Jul 05, 2015 4:13 pm
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85183

Re: open source ZM client: ZmNinja

For folks who have contacted me to test the app, please read the first post in this thread for pre-requisites.
by asker
Sat Jul 04, 2015 10:54 pm
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85183

Re: Working on an open source ZM client: ZmNinja

I now have beta-test versions ready for iOS and Android. If you have an API version ready as per the instructions below, please shoot me an email and I'll be happy to send you a version to test (as long as you provide feedback). thx The automatic package with APIs is taking time, so in the mean time...
by asker
Tue Jun 30, 2015 8:19 pm
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85183

Re: Working on an open source ZM client: ZmNinja

The automatic package with APIs is taking time, so in the mean time, if you are interested, I've written up how to set up a ZM instance from source with cmake. It will also setup your APIs and set up basic security for your APIs. If you are able to get it up and running, then I'll be happy to send y...
by asker
Sat Jun 27, 2015 12:45 am
Forum: ZoneMinder 1.28.x
Topic: Motion detection just escapes me - suggestions?
Replies: 6
Views: 2219

Re: Motion detection just escapes me - suggestions?

It helps to get a better understanding of how the zone detection algorithm works. Iterating through all the pre-set options is usually never going to work. Please see if this helps in your understanding: http://www.zoneminder.com/wiki/index.php/Understanding_ZoneMinder%27s_Zoning_system_for_Dummies ...
by asker
Fri Jun 26, 2015 1:46 pm
Forum: ZoneMinder 1.28.x
Topic: Trying Zoneminder, Mobile skin, URL error in image
Replies: 12
Views: 3524

Re: Trying Zoneminder, Mobile skin, URL error in image

This works - OP you may want to make this change instead -- its the correct fix to the main problem oh hang on, it looks like the result we want is the same string we fed the viewImagePath function. Let's try to chagne this line: https://github.com/ZoneMinder/ZoneMinder/blob/master/web/skins/mobile/...
by asker
Fri Jun 26, 2015 1:01 pm
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85183

Re: Working on an open source ZM client: ZmNinja

Could I test the android app? I have been working on a ZM plugin for Openmediavault. I think i have built the package with the API commands but I am not sure how to test apart from using your app. Thanks Miller You sure can. But before you do, make sure you have the right API installed. The full AP...
by asker
Fri Jun 26, 2015 12:57 pm
Forum: ZoneMinder 1.28.x
Topic: Trying Zoneminder, Mobile skin, URL error in image
Replies: 12
Views: 3524

Re: Trying Zoneminder, Mobile skin, URL error in image

Knnnigget, making that change produces mangled urls like so: <a href="?view=watch&mid=1"><img src="?view=image&path=https://server/cgi-bin/nph-zms?mode=single&monitor=1&scale=8&auth=59ca762f60f93e804559d5a649a66e58&rand=1435323215" alt="xxx"/></a...
by asker
Fri Jun 26, 2015 11:28 am
Forum: ZoneMinder 1.28.x
Topic: Trying Zoneminder, Mobile skin, URL error in image
Replies: 12
Views: 3524

Re: Trying Zoneminder, Mobile skin, URL error in image

Thank you asker. If the mobile skin isn't getting any love in favor of the API, does that mean some of the mobile programs are worthwhile? I took a brief look and one wouldn't work at all, and the other which did connect had not been updated (at least the paid version) in 3 years, so I thought mayb...
by asker
Thu Jun 25, 2015 11:53 pm
Forum: ZoneMinder 1.28.x
Topic: Trying Zoneminder, Mobile skin, URL error in image
Replies: 12
Views: 3524

Re: Trying Zoneminder, Mobile skin, URL error in image

You seem to be right. I strongly suspect that the developers have started ignoring the mobile skin and are not really updating the mobile skin. Infact, from what I hear, they may choose to deprecate both XML and mobile skins soon. The new versions may likely have an API instead that is quite good. A...
by asker
Sat Jun 20, 2015 11:25 pm
Forum: ZoneMinder 1.28.x
Topic: command line delete events
Replies: 3
Views: 11479

Re: command line delete events

ZoneMinder has a filter that is enabled by default to run in the background called PurgeWhenFull. It removes events when your disk space reaches 95%. Unless you have manually disabled it, it will run. So are you sure you can't log in because your disk it full? There are two ways, if that really is a...
by asker
Mon Jun 15, 2015 3:34 pm
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85183

Re: Working on an open source ZM client: ZmNinja

Patpend, thanks for your offer. I've been working with the ZM devs to get the APIs incorporated into the master branch, which is done. iconnor is working on adding an authentication layer - I really want to wait for that, test that myself first and then release a package for the app. Hopefully in a ...
by asker
Sun Jun 14, 2015 7:02 pm
Forum: ZoneMinder 1.28.x
Topic: upCam Cyclone HD a new german web cam
Replies: 4
Views: 2454

Re: upCam Cyclone HD a new german web cam

Please help me. Now i need a control script for the upcam Cyclone HD to control pan, tilt and ir leds in Zoneminder. Best regards puempel :D If it does not exist, you will have to create one. It's not hard to create it as long as you know the 'commands' that this camera uses to pan/tilt/zoom For ex...
by asker
Sun Jun 14, 2015 5:42 pm
Forum: ZoneMinder 1.28.x
Topic: Vertical Stripe / Noise?
Replies: 2
Views: 1469

Re: Vertical Stripe / Noise?

http://www.zoneminder.com/wiki/index.php/Doing_your_best_to_get_rid_of_smudging_in_FFMPEG_transcoding_of_RTSP_streams if it helps I'm using Dahua4300s cameras. I tried using the max resolution of the camera 3MP and when I do I get vertical stripes and noise constantly. In VLC I only get the noise fo...
by asker
Sun Jun 14, 2015 5:41 pm
Forum: ZoneMinder 1.28.x
Topic: How to use zoneminder cgi
Replies: 4
Views: 2218

Re: How to use zoneminder cgi

You can take a look at the source code https://github.com/ZoneMinder/ZoneMinder/blob/master/src/zms.cpp#L121 source can either be "monitor" or "event" mode can be jpeg/raw/zip/single and you can also see values for other parameters above Many thanks for your reply, Is there other...
by asker
Sat Jun 13, 2015 12:09 pm
Forum: ZoneMinder 1.28.x
Topic: How to use zoneminder cgi
Replies: 4
Views: 2218

Re: How to use zoneminder cgi

https://github.com/pliablepixels/zmNinj ... l.html#L19

replace variables in curly braces with your details (just focus on the ng-src URL). Connkey is a random number