ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
4.82k stars 1.19k forks source link

Feat: Mouse moving an enlarged video frame during Event viewing #3946

Closed IgorA100 closed 1 month ago

IgorA100 commented 1 month ago

Now it is possible to move an enlarged video frame by moving the mouse and not just by clicking while holding down "Shift" This function works by simultaneously pressing “Ctrl” + “Shift”. Those. you need to hold down “Ctrl” + “Shift”, then by pressing the left mouse button “capture” the video frame and moving the mouse will move the video frame. I found this very convenient, especially when it is necessary to move a greatly enlarged video frame a short distance. All the previous functionality when holding “Ctrl” (decrease) or “Shift” (positioning) or simply “click” (increase) remained unchanged.

Behavior as in #3934