hi_img_stream

Description

Defines the image stream information.

Prototype

hi_img_stream = {"type":hi_payload_type, "addr": addr, "len": len, "pts": pts, "reserved": reserved[2]}

Members

Member

Description

type

Int, image type.

addr

Int, start virtual address of an image in the buffer.

len

Int, size of the buffer for storing images, in bytes.

pts

Int, image timestamp, reserved.

reserved

Reserved. Do not explicitly access the reserved field in the code.