Search found 493 matches

by SteveGilvarry
Sat Jan 30, 2016 10:32 am
Forum: ZoneMinder 1.28.x
Topic: Avconv optimize video quality?
Replies: 5
Views: 3385

Re: Avconv optimize video quality?

http://superuser.com/questions/478549/what-is-the-sameq-or-same-quant-option-in-ffmpeg-does-it-mean-same-quality avconv and ffmpeg are both 3rd party tools, almost identical in many respects given avconv was a fork. But they both have their own documentation so would suggest having search and read o...
by SteveGilvarry
Sat Jan 30, 2016 10:09 am
Forum: ZoneMinder 1.28.x
Topic: ZM admin disabled- how do I enable?
Replies: 2
Views: 2561

Re: ZM admin disabled- how do I enable?

You will need to use mysql to run the following

Code: Select all

Update zm.Users Set Enabled=1 where Username='admin'
by SteveGilvarry
Sat Jan 30, 2016 9:57 am
Forum: ZoneMinder 1.25.x
Topic: Why is Add New Monitor button greyed out?
Replies: 3
Views: 4912

Re: Why is Add New Monitor button greyed out?

This will be a whole lot easier, I reproduced your issue and confirmed this fixes it. Edit your admin user, CTRL + Click the restricted monitor to unselect it. When you get it right it will no longer be highlighted in any way. This will remove the Selected option that is not removed from a multiple ...
by SteveGilvarry
Fri Jan 29, 2016 12:45 pm
Forum: ZoneMinder 1.28.x
Topic: Blue screen false triggered event
Replies: 1
Views: 1425

Re: Blue screen false triggered event

http://zoneminder.readthedocs.org/en/st ... ezone.html

Should be enough information here to tune your zones, using some sort of max to filter out the camera fart would work
by SteveGilvarry
Wed Jan 20, 2016 10:43 am
Forum: ZoneMinder 1.28.x
Topic: Debian 8.2 Install
Replies: 6
Views: 3413

Re: Debian 8.2 Install

Glad you got it going.

I was also installing in desktop version, you can still get a CLI and run all the commands as per guide.
by SteveGilvarry
Mon Jan 18, 2016 1:37 pm
Forum: Website Issues
Topic: Spam edits on the wiki.
Replies: 14
Views: 22402

Re: Spam edits on the wiki.

Not from that username or IP again banned both. But without some sort of spammer control on registration we will always have issues. I will talk with guys and get something in place.
Thanks for your vigilance BiloxiGeek
by SteveGilvarry
Sat Jan 16, 2016 3:33 am
Forum: ZoneMinder 1.28.x
Topic: Server Stopped
Replies: 11
Views: 4953

Re: Server Stopped

Any zoneminder specific errors, normally the console has a link to logs using sql logging, which I think is on by default on most packages.
Info on monitoring options http://zoneminder.readthedocs.org/en/st ... gging.html
by SteveGilvarry
Sat Jan 16, 2016 3:21 am
Forum: ZoneMinder 1.28.x
Topic: How can I define when to record ?
Replies: 6
Views: 2621

Re: How can I define when to record ?

So reading the doco linked I am pretty sure this is what you need to do. Never done it myself. Set Monitor 1 to Monitor Monitor 2 to Monitor Monitor 3 to Modect Click on the Running/Stopped link at top of console. Enter name for new state into text box. For example "Daytime" then click sav...
by SteveGilvarry
Sat Jan 16, 2016 2:48 am
Forum: ZoneMinder 1.28.x
Topic: (SOLVED, I think) Working ZMNinja on Raspbian and Zoneminder 1.28.1-8
Replies: 10
Views: 8930

Re: api problems

1.28.1 did not have the API, most people using zmninja have been using a master snapshot aka development version 1.28.99 and up. Upcoming 1.29.0 release is first one to have the API included in a release. Pretty sure zmninja is using a hacked logon on the standard GUI to get a session hence why you ...
by SteveGilvarry
Fri Jan 15, 2016 9:43 am
Forum: ZoneMinder 1.29.x
Topic: ZM 1.29 with IP302-PI
Replies: 4
Views: 4623

Re: ZM 1.29 with IP302-PI

No visible stream is normally apache config, around cgi alias. Check logs to see what is going on, post what you find or search for is as most of the time someone has been there done that. CPU pegging probably indicates that it is not working and continually trying to connect. Setting Max FPS to a v...
by SteveGilvarry
Fri Jan 15, 2016 9:34 am
Forum: ZoneMinder 1.28.x
Topic: Server Stopped
Replies: 11
Views: 4953

Re: Server Stopped

Logs might have some hints
by SteveGilvarry
Fri Jan 15, 2016 9:32 am
Forum: ZoneMinder 1.26.x
Topic: "Add New Monitor" button disabled
Replies: 7
Views: 37095

Re: "Add New Monitor" button disabled

Pretty sure the only code controlling enable/disable on that button is Users permissions. Disable OPT_USE_AUTH in options system to confirm it is a permissions issue, see if that works. If it does then check your accounts permissions in the Users tab of options, needs to have Monitors = Edit permiss...
by SteveGilvarry
Thu Jan 14, 2016 3:42 am
Forum: ZoneMinder 1.28.x
Topic: Warning : Shared data not initialised by capture daemon...
Replies: 4
Views: 3772

Re: Warning : Shared data not initialised by capture daemon...

Schuhkasten wrote:thx. So assume no solutions yet...
If you follow the discussion to github it says a fix was implemented in master to stop the warning in some instances, so 1.29.0 may resolve it for you when released.
by SteveGilvarry
Thu Jan 14, 2016 12:16 am
Forum: ZoneMinder 1.28.x
Topic: Debian 8.2 Install
Replies: 6
Views: 3413

Re: Debian 8.2 Install

Are you sure you are following that guide? You mention last time you changed to jessie-backports in settings -> preferences. The guide has you adding jessie-backports to sources.list as a step from terminal. That is critical as current version on zm only exists in jessie-backports as it was dropped ...