Search found 16 matches

by rayrayray
Mon Apr 25, 2022 8:48 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja linux64bit desktop build GPU error on 22.04 (with fix)
Replies: 0
Views: 911

zmNinja linux64bit desktop build GPU error on 22.04 (with fix)

After upgrading a couple machines to Ubuntu 22.04, I noticed that the desktop AppImage build of zmNinja stopped working on them due to a GPU error. I pulled the source code down from zmNinja and created my own desktop build with the same result. [13314:0425/164637.939194:FATAL:gpu_data_manager_impl_...
by rayrayray
Tue Jul 14, 2020 12:45 pm
Forum: Non-ZoneMinder Chat
Topic: Solved: Reolink RLC-420 smearing with ffmpeg
Replies: 5
Views: 25460

Re: Solved: Reolink RLC-420 smearing with ffmpeg

You are my hero! Thank you! I want to include that this RTMP method also worked for C1-Pro and C2-Pro.

My side yard is no longer melting!! :lol:
by rayrayray
Tue Feb 12, 2019 4:20 pm
Forum: ZoneMinder 1.32.x
Topic: (Solved) [ZM API] PHP Error
Replies: 10
Views: 68242

Re: (Solved) [ZM API] PHP Error

Thank you! I was struggling with the same API error with Ubuntu 18.04.01 LTS and 1.32.3. I didn't need any of the code changes in that forum post -- the code fix and CakePHP plugin files were already present on my system. I only needed these updates to my Apache2 config: # For better visibility, the...
by rayrayray
Thu Aug 25, 2016 1:21 pm
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

Sorry to bump an old thread, but finally got my 1.30.0 server working, and this issue is totally fixed with no hacks necessary. Thanks!
by rayrayray
Thu Apr 14, 2016 8:36 pm
Forum: ZoneMinder 1.29.x
Topic: 1.29.1 for Ubuntu...?
Replies: 4
Views: 2916

Re: 1.29.1 for Ubuntu...?

I had the same question. Thanks for clearing it up!
by rayrayray
Sat Feb 13, 2016 7:06 am
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

No... this particular camera is rotated physically.
by rayrayray
Sat Feb 13, 2016 6:52 am
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

Alright, reverted my code change and flipped the dimensions... now the feed is the right shape but shows up garbled. That could be something else with my camera, I suppose.
Screenshot_2016-02-13_00-48-09.png
Screenshot_2016-02-13_00-48-09.png (370.25 KiB) Viewed 6895 times
by rayrayray
Sat Feb 13, 2016 3:56 am
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

I was able to fix this by modifying www/includes/Monitor.php (full path would be /usr/share/zoneminder/www/includes/Monitor.php on most ZM 1.29.x servers). Try this and let me know if it works for you too. Comment out these lines near the bottom of the file. Use a /* and */ around them. Save the fil...
by rayrayray
Fri Feb 12, 2016 10:39 pm
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

I just noticed that if I view the stream link to nph-zms directly there is no issue with the rotation. Actually just a few lines above the link to the script in the view-source of the page, I can clearly see an issue in the JavaScript. var monitorWidth = 640; var monitorHeight = 400; var monitorUrl ...
by rayrayray
Fri Feb 12, 2016 4:23 pm
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

Ahhhh, nevermind. The CSS errors don't mean anything. I see the same exceptions from my 1.28.xxx server where the image is not stretched.
by rayrayray
Fri Feb 12, 2016 4:21 pm
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

To get back to the rotation issue. I did find some exceptions from CSS in Firefox's dev tools.
zms1.jpg
zms1.jpg (128.38 KiB) Viewed 6944 times
And my monitor config. On my 1.28.xxx server that I built a few days earlier, this is working as expected.
zms2.png
zms2.png (27 KiB) Viewed 6944 times
by rayrayray
Fri Feb 12, 2016 3:52 pm
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

I have done a lot of digging after doing a 1.28.xxx build and finding the API missing. :) I really miss the TinyCam compatibility and want to move to zmNinja.
by rayrayray
Fri Feb 12, 2016 3:33 pm
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

This is where I found it -- https://github.com/ZoneMinder/ZoneMinder/issues/1231 And this is how I'm calling it -- ./do_debian_package.sh wily `date +%Y%m%d`01 local master The resulting deb packages I've integrated into a Chef cookbook with the intent of fully automating the ZM install on Ubuntu 15...
by rayrayray
Fri Feb 12, 2016 3:16 pm
Forum: ZoneMinder 1.29.x
Topic: A bug? 1.29.0 -- stretched image on rotated streams
Replies: 23
Views: 10489

Re: A bug? 1.29.0 -- stretched image on rotated streams

I have the same issue on my 1.29.0 build. I built a new Ubuntu package yesterday using the do_debian_package.sh script which grabbed the git master branch. OS is Ubuntu 15.10. EDIT: I had to add a second camera to my test server to see the Montage and Montage Review links. I have the same experience...
by rayrayray
Mon Oct 03, 2011 11:43 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 60938

Re: ZoneMinder 1.25.0 - preview

I also now have a VM testing the new release, only I'm late to the party and have the stable version running. I'm waiting to see how the build I created from source works out for a few days. My "production" ZM server is just using the Debian package 1.24.2. I like the new integrated loggin...