-
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
base: master
Are you sure you want to change the base?
Camera AV Stream Management Server Impl #36204
Conversation
Changed Files
|
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)
|
PR #36204: Size comparison from b49b845 to 3739781 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36204: Size comparison from b49b845 to fede45b Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
fede45b
to
02631e1
Compare
PR #36204: Size comparison from f25f635 to 02631e1 Full report (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
02631e1
to
8ee597a
Compare
* Delegate definition - Support for list entries per index - Support for Command handlers * Server Impl - Attributes and Commands support -- Setters for Application to update values * Add attributes to json files * Autogen code changes to zzz_generated/
Modify feature checks for the attributes depending on their optionality and feature categories.
Attributes related to White balance, ShutterSPeed, ISO and Depth sensor were removed based on feedback at the Nov member meeting. Also, adjustments for read/write mode changes for certain attributes.
Fix name of MaxFramRate in Snapshot Allocation functions.
…pVertical attributes.
…implementation. Add Getter functions for cluster attributes.
Add persistence support for the ranked video stream priorities attribute.
8ee597a
to
8f1940e
Compare
PR #36204: Size comparison from 87f7c4c to 8f1940e Full report (70 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