- 111.jpg (223.21 KiB) Viewed 2500 times
Search found 143 matches
- Thu Oct 10, 2024 6:59 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Order of monitors in Console display
- Replies: 2
- Views: 2567
- Thu Oct 03, 2024 8:58 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: ReferenceError spanTime
- Replies: 18
- Views: 8253
- Tue Oct 01, 2024 11:51 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
- Tue Oct 01, 2024 9:59 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
Re: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Tue Oct 01, 2024 7:00 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: ReferenceError spanTime
- Replies: 18
- Views: 8253
- Mon Sep 30, 2024 8:47 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
Re: New ZoomPan (Zooming and Panning) on Watch, Montage page
I got you.
Maybe this PR will fix the problem.
https://github.com/ZoneMinder/zoneminder/pull/4157
Please check.
If the problem persists, I will definitely come up with something in a few days. Probably there is a mistake somewhere...
- Sun Sep 29, 2024 8:35 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: ReferenceError spanTime
- Replies: 18
- Views: 8253
- Sat Sep 28, 2024 9:49 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: ReferenceError spanTime
- Replies: 18
- Views: 8253
Re: ReferenceError spanTime
Fix: https://github.com/ZoneMinder/zoneminder/pull/4156Anna.N wrote: ↑Sat Sep 28, 2024 9:34 pm Next error:Code: Select all
web_js 2806 ERR ReferenceError: assignment to undeclared variable pix zm/cache/skins_classic_views_js_event-base-1727529290.js 254
- Sat Sep 28, 2024 9:36 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
Re: New ZoomPan (Zooming and Panning) on Watch, Montage page
Bluemax I can't figure out what exactly I don't like? 1. When zoom=1, you can scale the entire page by grabbing any part, including the image. This is the option you requested. 2. When zoom is different from 1, it is impossible to scale the entire page by grabbing the image, since in this case ...
- Fri Sep 27, 2024 8:14 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: ReferenceError spanTime
- Replies: 18
- Views: 8253
- Thu Sep 26, 2024 1:36 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: ReferenceError spanTime
- Replies: 18
- Views: 8253
Re: ReferenceError spanTime
I created a PR that will fix this bug.
https://github.com/ZoneMinder/zoneminder/pull/4152
https://github.com/ZoneMinder/zoneminder/pull/4152
- Sat Aug 24, 2024 9:39 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
Re: New ZoomPan (Zooming and Panning) on Watch, Montage page
If zoomed-in any double-tap has no effect. Possibly depends on the mobile device. On Windows it works without problems. On some Android smartphones it also works. More information and analysis is required. Can you enforce the 'Scaling' size? No. Because I don't understand why it is needed. The ...
- Thu Aug 22, 2024 2:41 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
Re: New ZoomPan (Zooming and Panning) on Watch, Montage page
Works great. OK. There seems to be a little race condition though when you pinch-zoom on the event. Yes, I know. But I don't have time to work on this improvement yet. Maybe I'll come up with something later. i understand the 2nd PR correctly. Yes It works this way if the inner frame is zoomed-out ...
- Thu Aug 22, 2024 9:24 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
Re: New ZoomPan (Zooming and Panning) on Watch, Montage page
I created another PR https://github.com/ZoneMinder/zoneminder/pull/4120
Double-clicking on the Stream on the Event page will toggle full-screen mode. This way, when viewing a recorded event, there will be no unnecessary elements on the screen, which is especially important for mobile devices.
Double-clicking on the Stream on the Event page will toggle full-screen mode. This way, when viewing a recorded event, there will be no unnecessary elements on the screen, which is especially important for mobile devices.
- Tue Aug 20, 2024 9:59 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
- Replies: 25
- Views: 11835
Re: New ZoomPan (Zooming and Panning) on Watch, Montage page
That's how i'm viewing my videos. Overzoomed and (permanently) panning/zooming around. I think I understood your problem and wish. I created a PR https://github.com/ZoneMinder/zoneminder/pull/4118 You can simply replace your "web/js/panzoom.js" file with my modified one and check the work. If Zoom ...