-
-
Notifications
You must be signed in to change notification settings - Fork 187
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 and Telegram Components #788
base: dev
Are you sure you want to change the base?
Conversation
…ills to look at it
…_vid to notifier wide settings
…/Notifier also a separate component.
❌ Deploy Preview for viseron failed.
|
…bles SenstiveInfo filter now, until I fix it
Looks great, thank you! Nice job on decoupling the PTZ component to the Telegram one. |
…he cam's config in _register
…nfig names, removes redundent config, uniform formatting, remove create stop
… commands, fixes only configured cams iso all registered cams, log user_ids for easier setup & audit
… to have the camera follow that path repeatedly. Adds abs_move_wait_complete to wait for a move to complete before sending another move instruction.
…ethods, logs onvif errors as warnings
Hey, just checking in on this PR. Do you think its ready for merge soon or do you need any help to finalize it? |
Great job! It seems that I can look forward to "PTZ human tracking" PTZ_PID |
Hi! The CI pipeline is failing, but i don't know why :) |
A rebase should fix it! The |
Thought the Netlify errors were just intermittent ones but it seems you need to remove the These are the only supported tags which none really fits your components. export type DomainType =
| "camera"
| "face_recognition"
| "image_classification"
| "license_plate_recognition"
| "motion_detector"
| "nvr"
| "object_detector"
| "system"; I can add a |
Awesome!! I'm really looking forward to this functionality |
Adds two components:
ptz - adds a PTZ controller component for cameras that support ONVIF (and pan/tilt/zoom).
telegram - adds a Telegram (bot) component that can do a couple of things:
Config for the ptz component:
Config for the telegram component: