## Description ## Type of Change - [ ] ๐Ÿ› Bug fix (non-breaking change which fixes an issue) - [ ] โœจ New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ’ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ“ Documentation update - [ ] ๐Ÿงช Test improvements - [ ] โ™ป๏ธ Code refactoring - [ ] โšก Performance improvement ## Related Issues Fixes # Relates to # ## Changes Made - - - ## Testing Performed - [ ] Unit tests pass locally - [ ] Added new tests for new functionality - [ ] Tested with real ONVIF camera(s) - [ ] Ran `make lint` with no errors - [ ] Ran `make test` with all tests passing ### Camera Testing (if applicable) - **Camera Model**: - **Firmware Version**: - **Test Results**: ## Documentation - [ ] Code comments added/updated - [ ] README.md updated - [ ] Examples added/updated - [ ] API documentation (GoDoc) updated - [ ] CHANGELOG.md updated ## Checklist - [ ] My code follows the project's style guidelines - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published ## Breaking Changes ## Screenshots/Examples ```go // Example usage ``` ## Additional Context ## Reviewer Notes