-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Camera AV Stream Management Server Impl #36204
Camera AV Stream Management Server Impl #36204
Conversation
73c0d29
to
b3322a8
Compare
PR #36204: Size comparison from e36bde7 to b3322a8 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
b3322a8
to
39abf54
Compare
PR #36204: Size comparison from 631ad43 to 39abf54 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
39abf54
to
01237cb
Compare
01237cb
to
5032ede
Compare
PR #36204: Size comparison from 197f698 to 5032ede Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
5032ede
to
dbdf83b
Compare
dbdf83b
to
4f349c8
Compare
PR #36204: Size comparison from b7aa537 to 4f349c8 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
4f349c8
to
1038b8d
Compare
a40c89e
to
308df22
Compare
308df22
to
947f42f
Compare
PR #36204: Size comparison from 84babe0 to 947f42f Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
947f42f
to
31c6f24
Compare
PR #36204: Size comparison from 39e83c9 to 31c6f24 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
e7030fc
to
339fa18
Compare
PR #36204: Size comparison from b8898ab to 339fa18 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Add a delegate notification callback for attribute changes. Address other review comments.
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
- Add endpoint id to logs. - Add missing constraint checks.
- Remove usage of DefaultStorageAllocator for the TLV encoded stored attributes, and replace them with SafeWriteValue()/SafeReadValue() APIs from GetSafeAttributePersistenceProvider. - Make the RankedStreamPriorities a vector and handle the TLV encoding of the list of enums. - Populate the CaptureSnapshot response properly with image data received from delegate.
…ters for the delegate.
4cf5019
to
bb43d20
Compare
PR #36204: Size comparison from 1675464 to bb43d20 Increases above 0.2%:
Full report (58 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
examples/all-clusters-app/all-clusters-common/src/camera-av-stream-delegate-impl.cpp
Show resolved
Hide resolved
examples/all-clusters-app/all-clusters-common/src/camera-av-stream-delegate-impl.cpp
Show resolved
Hide resolved
examples/all-clusters-app/all-clusters-common/src/camera-av-stream-delegate-impl.cpp
Show resolved
Hide resolved
src/app/clusters/camera-av-stream-management-server/camera-av-stream-management-server.h
Outdated
Show resolved
Hide resolved
src/app/clusters/camera-av-stream-management-server/camera-av-stream-management-server.h
Outdated
Show resolved
Hide resolved
src/app/clusters/camera-av-stream-management-server/camera-av-stream-management-server.h
Outdated
Show resolved
Hide resolved
src/app/clusters/camera-av-stream-management-server/camera-av-stream-management-server.h
Outdated
Show resolved
Hide resolved
…stream-management-server.h Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
PR #36204: Size comparison from 1675464 to d97ce09 Increases above 0.2%:
Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36204: Size comparison from 1675464 to 34177c7 Increases above 0.2%:
Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Delegate definition
Attributes support
Add attributes to json files
Autogen code changes to zzz_generated/
Testing