hi_venc_jpeg_stream_info
Description
(Reserved) Defines the features of a JPEG stream.
Prototype
hi_venc_jpeg_stream_info = {"pic_bytes": pic_bytes,
"update_attr_cnt": update_attr_cnt,
"qfactor": qfactor}
Members
Member |
Description |
|---|---|
pic_bytes |
Int, size of a JPEG stream, in bytes. |
update_attr_cnt |
Int, number of times that channel attributes or parameters (including RC parameters) are updated. |
qfactor |
Int, Qfactor of the current frame. |
Parent topic: Video/Image Encoding