-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContributing
More file actions
12 lines (10 loc) · 857 Bytes
/
Copy pathContributing
File metadata and controls
12 lines (10 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
## 🤝 Contributing
I’m building this because existing apps didn't work for my hardware. If you want to help make this the universal "Local Discovery" tool, here is how you can help:
1. **Fork the Repo**: Take the gold and run with it.
2. **Test your Hardware**: If your camera uses a different `ProfileToken` (e.g., `001`, `Profile_1`), let us know or submit a PR with a fix.
3. **Keep it Native**: We are avoiding heavy libraries. If you add a feature, try to keep it lean (Standard Kotlin/Android APIs).
4. **The "Gold Mine" Rule**: Never break the PTZ stability for the sake of a "pretty" UI.
### Current "Help Wanted" List:
- [ ] **WS-Discovery**: Moving away from hardcoded IPs to auto-detection.
- [ ] **Two-Way Audio**: Implementing the ONVIF Backchannel for "Talk Back" features.
- [ ] **Multi-Cam Grid**: Support for 2x2 or 3x3 camera views.