Skip to content
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

digital_ptz not working? #763

Open
geoffhart opened this issue Oct 26, 2024 · 2 comments
Open

digital_ptz not working? #763

geoffhart opened this issue Oct 26, 2024 · 2 comments
Labels
question Further information is requested

Comments

@geoffhart
Copy link

geoffhart commented Oct 26, 2024

This is my first time using it, so I may have missed something obvious, but I can't get digital panning or zooming to work with my mouse (tried Chrome and Brave) nor with pinching on Android. I get the full screen button, which works, and the mouse arrow turns into a panning icon when I hold down mouse1. Also, wheel scroll events are being captured while the mouse is in the window (I.E. the page doesn't scroll then). Same behavior with no digital_ptz: card option specified or all of them:

type: custom:webrtc-camera
entity: camera.camera1
ui: true
digital_ptz:
  mouse_drag_pan: true
  mouse_wheel_zoom: true
  mouse_double_click_zoom: true
  touch_drag_pan: true
  touch_pinch_zoom: true
  touch_tap_drag_zoom: true
  persist: false
style: >-
  .screenshot {display: none} .pictureinpicture {display: none} .mode {display:
  none}
@AlexxIT AlexxIT added the question Further information is requested label Oct 26, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 26, 2024

Are you sure you using latest version? With this simple config mouse scroll works fine in the Chrome browser:

type: custom:webrtc-camera
url: rtsp-dahua2

@geoffhart
Copy link
Author

geoffhart commented Oct 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants