acl.himpi.venc_send_frame
c函数原型 |
hi_s32 hi_mpi_venc_send_frame(hi_venc_chn chn, const hi_video_frame_info *frame, hi_s32 milli_sec) |
---|---|
Python函数 |
ret = acl.himpi.venc_send_frame(chn, frame, milli_sec) |
函数功能 |
发送原始图像进行视频或图像编码。 Atlas 200/300/500 推理产品,不支持该接口。 Atlas 训练系列产品,不支持该接口。 |
输入说明 |
chn:int,编码通道号。
frame:dict,原始图像信息字典,具体请参见hi_video_frame_info。
milli_sec:int,超时时间,单位是毫秒。
|
返回值说明 |
ret:int,错误码。
|
约束说明 |
|
参考资源 |
父主题: VENC视频/JPEGE图像编码接口