Skip to content

Commit e772ad1

Browse files
committed
ZCL JSON changes for camera
1 parent 1c78f64 commit e772ad1

File tree

2 files changed

+152
-0
lines changed

2 files changed

+152
-0
lines changed

src/app/zap-templates/zcl/zcl-with-test-extensions.json

+76
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,82 @@
750750
"CurrentArea",
751751
"EstimatedEndTime",
752752
"FeatureMap"
753+
],
754+
"Camera AV Settings User Level Management": [
755+
"Mptz",
756+
"MaxPresets",
757+
"PresetMptzTable",
758+
"MptzRelativeMove",
759+
"DptzRelativeMove"
760+
],
761+
"Camera AV Stream Management": [
762+
"MaxConcurrentVideoEncoders",
763+
"MaxEncodedPixelRate",
764+
"VideoSensorParams",
765+
"NightVisionCapable",
766+
"MinViewPortWidth",
767+
"MinViewPortHeight",
768+
"RateDistortionTradeOffPoints",
769+
"MaxPreRollBufferSize",
770+
"MicrophoneCapabilities",
771+
"SpeakerCapabilities",
772+
"TwoWayTalkSupport",
773+
"SupportedSnapshotParams",
774+
"HDRCapable",
775+
"MaxNetworkBandwidth",
776+
"CurrentFrameRate",
777+
"HDRMode",
778+
"CurrentVideoCodecs",
779+
"CurrentSnapshotConfig",
780+
"FabricsUsingCamera",
781+
"AllocatedVideoStreams",
782+
"AllocatedAudioStreams",
783+
"AllocatedSnapshotStreams",
784+
"RankedVideoStreamPrioritiesList",
785+
"SoftRecordingPrivacyModeSetting",
786+
"SoftLivestreamPrivacyModeSetting",
787+
"HardPrivacyMode",
788+
"NightVision",
789+
"NightVisionIllum",
790+
"AWB",
791+
"ShutterSpeed",
792+
"ISO",
793+
"Viewport",
794+
"SpkrOnOff",
795+
"SpkrVolumeLevel",
796+
"SpkrMaxLevel",
797+
"SpkrMinLevel",
798+
"MicOnOff",
799+
"MicCurrentLevel",
800+
"MicMaxLevel",
801+
"MicMinLevel",
802+
"MicAGC",
803+
"ImageRotation",
804+
"ImageFlipHorizontal",
805+
"ImageFlipVertical",
806+
"LocalVideoRecordingEnabled",
807+
"LocalSnapshotRecordingEnabled",
808+
"StatusLight",
809+
"StatusLightBrightness",
810+
"DepthSensorStatus",
811+
"WatermarkEnabled",
812+
"OSDEnabled"
813+
],
814+
"Chime": [
815+
"InstalledChimeSounds",
816+
"ActiveChimeSoundId",
817+
"Enabled"
818+
],
819+
"Push AV Stream Transport": [
820+
"SupportedContainerFormats",
821+
"SupportedIngestMethods",
822+
"CurrentConnections"
823+
],
824+
"WebRTC Transport Provider": [
825+
"CurrentSessions"
826+
],
827+
"WebRTC Transport Requestor": [
828+
"CurrentSessions"
753829
]
754830
},
755831
"defaultReportingPolicy": "mandatory",

src/app/zap-templates/zcl/zcl.json

+76
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,82 @@
748748
"CurrentArea",
749749
"EstimatedEndTime",
750750
"FeatureMap"
751+
],
752+
"Camera AV Settings User Level Management": [
753+
"Mptz",
754+
"MaxPresets",
755+
"PresetMptzTable",
756+
"MptzRelativeMove",
757+
"DptzRelativeMove"
758+
],
759+
"Camera AV Stream Management": [
760+
"MaxConcurrentVideoEncoders",
761+
"MaxEncodedPixelRate",
762+
"VideoSensorParams",
763+
"NightVisionCapable",
764+
"MinViewPortWidth",
765+
"MinViewPortHeight",
766+
"RateDistortionTradeOffPoints",
767+
"MaxPreRollBufferSize",
768+
"MicrophoneCapabilities",
769+
"SpeakerCapabilities",
770+
"TwoWayTalkSupport",
771+
"SupportedSnapshotParams",
772+
"HDRCapable",
773+
"MaxNetworkBandwidth",
774+
"CurrentFrameRate",
775+
"HDRMode",
776+
"CurrentVideoCodecs",
777+
"CurrentSnapshotConfig",
778+
"FabricsUsingCamera",
779+
"AllocatedVideoStreams",
780+
"AllocatedAudioStreams",
781+
"AllocatedSnapshotStreams",
782+
"RankedVideoStreamPrioritiesList",
783+
"SoftRecordingPrivacyModeSetting",
784+
"SoftLivestreamPrivacyModeSetting",
785+
"HardPrivacyMode",
786+
"NightVision",
787+
"NightVisionIllum",
788+
"AWB",
789+
"ShutterSpeed",
790+
"ISO",
791+
"Viewport",
792+
"SpkrOnOff",
793+
"SpkrVolumeLevel",
794+
"SpkrMaxLevel",
795+
"SpkrMinLevel",
796+
"MicOnOff",
797+
"MicCurrentLevel",
798+
"MicMaxLevel",
799+
"MicMinLevel",
800+
"MicAGC",
801+
"ImageRotation",
802+
"ImageFlipHorizontal",
803+
"ImageFlipVertical",
804+
"LocalVideoRecordingEnabled",
805+
"LocalSnapshotRecordingEnabled",
806+
"StatusLight",
807+
"StatusLightBrightness",
808+
"DepthSensorStatus",
809+
"WatermarkEnabled",
810+
"OSDEnabled"
811+
],
812+
"Chime": [
813+
"InstalledChimeSounds",
814+
"ActiveChimeSoundId",
815+
"Enabled"
816+
],
817+
"Push AV Stream Transport": [
818+
"SupportedContainerFormats",
819+
"SupportedIngestMethods",
820+
"CurrentConnections"
821+
],
822+
"WebRTC Transport Provider": [
823+
"CurrentSessions"
824+
],
825+
"WebRTC Transport Requestor": [
826+
"CurrentSessions"
751827
]
752828
},
753829
"defaultReportingPolicy": "mandatory",

0 commit comments

Comments
 (0)