-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PTZ - zmNinja sends start but no stop #880
Comments
zmNinja sends standard up/down/left/right commands. The way it works in zmN is if your PTZ script advertises "continuous" movement, zmNinja will use zmNinja does have a "stop" button, which you can use to stop the move. The stop translates to |
OK. I looked through both the readthedocs and the google docs help, and there seems to be nothing about the PTZ functions or where the "stop" button is. Unless I'm overlooking it, the help document doesnt even list the controls interface, just a bubble stating that it exists. Searching for PTZ produces nothing (apparently the help document is all images, no searchable text?) Looking at the controls display in the app, there doesnt seem to be anything that intuitively looks like a stop button. Where is this stop button? I do not mind attempting to embellish and improve the help file, the documentation, or even the code (probably high risk!). Your controls interface is actually pretty darn good implementation given the tiny real estate. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Platform & OS Version
The version of zmNinja you are reporting:
The version and OS of ZoneMinder you are using:
Device details:
What is the nature of your issue
bug/enhancement
Details
zmNinja PTZ function apparently sends something which ZM interprets as "onmousedown" event, but does not send "onmouseup". My PTZ script is designed to be press-and-hold to pan, tilt or zoom using onmousedown and onmouseup. It successfully sees the onmousedown and starts the movement, but apparently zmNinja does not send anything that can be interpreted as "onmouseup" when the pan, tilt or zoom touch is released. So the camera just starts moving and either goes to its full endpoint or else just keeps going round and round.
The text was updated successfully, but these errors were encountered: