venc_send_frame_ex
c函数原型 |
hi_s32 hi_mpi_venc_send_frame_ex(hi_venc_chn chn, const hi_user_frame_info *frame, hi_s32 milli_sec) |
---|---|
Python函数 |
ret = acl.himpi.venc_send_frame_ex(chn, frame, milli_sec) |
函数功能 |
本接口支持用户对于H .264和H.265编码通路发送原始图像及该图的QpMap表信息进行编码。 Atlas 200/300/500 推理产品,不支持该接口。 Atlas 训练系列产品,不支持该接口。 Atlas 200I/500 A2推理产品,不支持该接口。 Atlas A2训练系列产品/Atlas 800I A2推理产品,不支持该接口。 |
输入说明 |
chn:编码通道号。 Atlas 推理系列产品,编码通道号的取值范围:[0, 256),JPEGE功能和VENC功能共用通道,且通道总数最多256。 frame:原始图像信息的字典,参考hi_user_frame_info。 milli_sec:超时时间,单位是毫秒。
|
返回值说明 |
|
约束说明 |
|
父主题: VENC视频/JPEGE图像编码接口