pub async fn snapshot_stream_allocate(
conn: &Connection,
endpoint: u16,
image_codec: ImageCodec,
max_frame_rate: u16,
min_resolution: VideoResolution,
max_resolution: VideoResolution,
quality: u8,
watermark_enabled: bool,
osd_enabled: bool,
) -> Result<SnapshotStreamAllocateResponse>Expand description
Invoke SnapshotStreamAllocate command on cluster Camera AV Stream Management.